window.onload=function(){ var oHost = window.location.host;//获取IP地址 //根据来源判断去向 if(oHost=='来源IP'){ oHost='去向IP' } document.getElementById('bgwyx').href='http://'+oHost+':8099/index.php'; };