Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用蓝牙/WIFI这两种方式哪个更好呢,具体又怎么实现呢
都可以,蓝牙慢一点,WiFi快一点。两种方式都需要APP开发。调用蓝牙或者socket对应的函数。蓝牙比较简单,就是流传输就行,WiFi需要先用热点连接,或者连接到一个局域网,然后获得ip地址,然后socket通信。