顺序为:先导入transport.js文件{insert_scripts files=‘transport.js,utils.js‘},然后导入jquery文件 ,{insert_scripts files=‘jquery-1.8.3.js‘} 再加上这段代码<script type="text/javascript">
$(function() {
window.__Object_toJSONString = Object.prototype.toJSONString;
delete Object.prototype.toJSONString;
});
</script>
最后再写自己的jquery代码
时间: 2024-10-24 04:22:10