获取当前域名
/** * 获取当前域名 */function getHost(){ return document.location.protocol+"//"+window.location.host;}