如题。
var self=this;
if(cc.sys.isNative) window.io=SocketIO;
else require(‘socket.io’);
var socket=io.connect('http://localhost:4747');
socket.on('hello',(msg)=>{
self.getComponent(cc.Label).string=msg;
});
弄个这么简单的都报各种错误,我真的很无语。
这都是什么鬼错误啊

