websocket心跳连接pingpong;
var ws = new WebSocket("ws://fd.biz.nanhuacapital.com/fdwsotccfg"); var heartCheck = { timeout: 50000, timeoutObj: null, reset: function(){ clearTimeout(this.timeoutObj...