AndroidProxy.zip 可以通过使用adb命令快速进行wifi代理的设置和清除。 设置代理:(wifi名称不能有空格) adb shell am start -n com.lyman.proxysetter/.MainActivity -e host 代理IP地址 -e port 端口号 -e ssid WIFI名称 -e