外观
禁止引用“eval”函数。
在某些安全环境下不支持调用“eval”,这可能会导致漏洞。
const someString = "console.log('pwned')"; eval(someString);