使用3.3.1,当web服务器使用非80端口时,自动识别域名错误,
将 var domain = document.domain;
修改为 var domain = document.location.host; 解决问题。
收藏