决策报表调excel里面的函数,function dynamicLoadJs(url) { var oHead = document.getElementsByTagName('head').item(0); var oScript = document.createElement("script"); oScript.type = "text/javascript"; oScript.src = url; oHead.appendChild(oScript);}//封装的方法,无需任何改动dynamicLoadJs("http://域名/webroot/formula/numeric.min.js");dynamicLoadJs("http://域名/webroot/formula/numeral.min.js");dynamicLoadJs("<a href="http://域名/webroot/formula/formula.js");">http://域名/webroot/formula/formula.js");dynamicLoadJs("<a href="http://域名/webroot/formula/jstat.js");">http://域名/webroot/formula/jstat.js");其实js已经被添加到源码中了。但是提示找不到formulajs对象.