HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)主要是因为页面没有加载完 就调用元素 引起的错误 在js中加入 setTimeout("xxxx()",500);可以解决