赞
踩
function hello(value){
console.log('string function is called +',value)}
eval("hello")() //string function is called+
eval("hello"+'()') //string function is called+
eval("hello")(3) //string function is called+3
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。