mootools |如何加载和执行JSON字符串

时间:2014-02-01 20:43:37

标签: javascript mootools

我正在使用mootools javascript库,并希望使用脚本加载JSON字符串。 加载后我想执行这个脚本。是否有可能使用伟大的mootools框架?

1 个答案:

答案 0 :(得分:2)

new Element('script',{'type': 'text/javascript', 'html': json.response}).inject(document.body, 'bottom');