function gotoTDPage() { $.ajax({ type : 'POST', url : _CTX + '/allanalysis/getToken.do', dataType : 'text', success : function(json) { window.open("https://bigd.tourage.cn/usercenter/sso-login?username=hebei&token="+ json +"&code=CJYJK"); } }); }