H5 native.js 控制wifi /** * 此文件僅支持android */ window.WIFI = function() { this.init(); } /** * 初始化 */ WIFI.prototype.i ...