AlloyTeam/AlloyLever

文件引用位置:Cannot read properties 'querySelectorAll' of null 解决办法

zhenxingchen opened this issue · 1 comments

非常感谢大神提供的调试工具。

按照说明,将script文件放置最开始位置,如下代码:

image

此时会提示如下错误:

image

该问题为当前页面元素没有加载导致。

需要调整文件引入位置,放置在body结束标签后引入的js文件中即可。如下:

image

希望能够帮到新手朋友们。^_^