var skin = "gray"; //easyui皮肤
var jsfile = [
'jquery.min.js', //jquery类库
'connect/ix_js.js', //数据调用
'connect/sys_pc.js', //数据调用
'jeasyui/jquery.easyui.min.js', //easyui类库
'jeasyui/locale/easyui-lang-zh_CN.js', //easyui中文语言包
'page/page.js' //界面控制
];
var jspath = document.scripts;
jspath = jspath[jspath.length - 1].src.substring(0, jspath[jspath.length - 1].src.lastIndexOf("/") + 1);
//引用easyui的css
document.write('');
//引用icon.css
document.write('');
//引用common.css
document.write('');
//引用JS文件
for (var i = 0; i < jsfile.length; i++) {
document.write('');
}