eval就是把字符串转成可执行代码eval("表达式");表达式被翻译成JavaScript代码执行比如eval("alert('test')");等于alert('test');
posted on 2014-08-03 21:11 响叮当 阅读(881) 评论(0) 收藏 举报