eval (String):可以計算字串內容example: <script type="text/javascript"> eval("x=10;y=20;document.write(x*y)"); document.write(eval("2+2")); ...
確定! 回上一頁