eval"function tst(){ alert('just hello'); }") 后,再下个loop内调用
tst() 试试。
【 在 zhtoad (zang) 的大作中提到: 】
: 标 题: 函数定义放到字符串,js怎么调用呀。
: 发信站: 水木社区 (Wed Apr 7 12:06:44 2021), 站内
:
: 看到这样的调用方法:
:
: eval("alert('hello')");
:
: 但是,我的字符串放的函数是
: var stringstr = "function tst(){ alert('just hello'); }tst();"
:
: 这个定义放到字符串里面。 怎么调用他??
: 我试了一下,eval(stringstr );
: 不成功。
:
: 如果函数定义写到 js 文件里面。 只要header里面加入 js到script标签就可以了。
: 但是已经在运行的上下文中得到一个字符串,字符串里面有函数定义,
: 该怎么调用这个函数呢? 谢谢。 var stringstr = "function tst(){ alert('just hello'); }tst();" 怎么调用 tst这个函数。
:
: --
:
: ※ 来源:·水木社区
http://www.newsmth.net·[FROM: 121.12.147.*]
--
FROM 220.181.41.*