You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
用谷歌浏览器调试,出现错误TCP Socket is not supported by this browser or platform var client = new hprose.TcpClient("tcp://xxx.xxx.xxx.xxx:1314", ["hello"]); client.subscribe('news', function(news) { alert(news); });
如果不能用谷歌浏览器用什么调试
The text was updated successfully, but these errors were encountered:
用谷歌浏览器调试,出现错误TCP Socket is not supported by this browser or platform
var client = new hprose.TcpClient("tcp://xxx.xxx.xxx.xxx:1314", ["hello"]); client.subscribe('news', function(news) { alert(news); });
如果不能用谷歌浏览器用什么调试
The text was updated successfully, but these errors were encountered: