编辑下面的代码:【加编码】
<html> <body> <script> eval("x=10;y=20;document.write(x*y)"); document.write("<br>" + eval("2+2")); document.write("<br>" + eval(x+17)); </script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂