我已经阅读了一些strut.io的代码,但仍然令人困惑。 这是我得到的问题,我想加载impress()。init(); 当
<script type="text/template" id="impress-demo-template">
<div id="impress" onReady=" impress().init();">
</div>
</script>`
这已经准备好了。我得到了Uncaught TypeError:无法读取属性&#39; classList&#39;为null 我知道这个函数需要在div#impress中的所有子节点之后加载。 所以我想知道如何处理它。我应该在骨干视图中添加该功能吗? https://github.com/lostpupil/final_project_impressjs/ 这是我的代码的github repo,所以我将数据存储在Avos Cloud中,这个功能由test.html和demo.js测试。
答案 0 :(得分:0)