170*****650 已解决,标记一下。1.7.9 以后的版本,编译出来的 JS文件,未设置 全局 document,加上去就好了 var window = window || global;var document = document || (window.document = {});