You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
691B

  1. if (typeof (window.wps) == "undefined") {
  2. window.wps = window;
  3. }
  4. var time=new Date().getTime() //添加时间戳,防止js文件使用浏览器缓存
  5. document.write("<script language='javascript' src='js/common/common.js?time="+time+"'></script>");
  6. document.write("<script language='javascript' src='js/common/func_oastarter.js?time="+time+"'></script>");
  7. document.write("<script language='javascript' src='js/common/func_docProcess.js?time="+time+"'></script>");
  8. document.write("<script language='javascript' src='js/common/func_tabcontrol.js?time="+time+"'></script>");
  9. document.write("<script language='javascript' src='js/common/func_docEvents.js'?time="+time+"></script>");