html常用属性
//服务地址
Cfg.host?=?window.location.host;
?
//项目名称
Cfg.projectName?=?window.location.pathname.split("/")[1];