eval()

 

2024-02-18

将传入的字符串当做 JavaScript 代码进行执行。

1
console.log(eval("40 + 2")); // 输出 42