返回
Socket发送事件
Vue Socket监听和发送事件的基本用法
Vue Socket监听和发送事件的基本用法:1、利用$socket变量来引入socket.io-client监听事件;2、利用$socketsocket的emit方法来发送事件。
Socket发送事件
Socket监听