Flutter Socket鏈接

廢話很少  直接上代碼:   記得把host.port.和發送的參數換成你本身的socket import 'dart:io'; import 'dart:async'; class SocketManage { static String host='xxx.xxx.xxx.xxx'; static int port=80; static Socket mSocket; st
相關文章
相關標籤/搜索