我已经阅读了 strut.io 的一些代码,但仍然令人困惑。这是我遇到的问题,我想加载 impress().init(); 什么时候
<script type="text/template" id="impress-demo-template">
<div id="impress" onReady=" impress().init();">
</div>
</script>`
这是准备好了。我得到了 Uncaught TypeError: Cannot read property 'classList' of null 我知道这个函数需要在 div#impress 中的所有孩子之后加载。所以我想知道如何处理它。我应该在我的主干视图中添加该功能吗? https://github.com/lostpupil/final_project_impressjs/ 这是该代码的 github 存储库,因此我将数据存储在 Avos Cloud 中,此功能由 test.html 和 demo.js 测试。