eval()是Javascript中最容易被滥用的函数。
避免使用eval()
避免使用Function 的构造函数: new Function()
避免传递字符串给setTimeout 或 setInterval