谷歌搜索需要特殊手段才能使用,我这里是去叉的方法:
1、设置——关于手机——最底下连续点击版本号——打开开发者选项;
2、系统——高级——开发者选项——打开USB调试开关;
3、在安卓developers下载SDK Platform tools,下载后解压缩;

4、在Platform tools文件夹内按住shift同时在空白处右击,选择在此打开powershell;

5、插入手机,在windows powershell里使用adb命令
.\adb devices
回车,这时注意手机上的弹窗,允许USB调试,没有的话多试几次;

然后powershell界面如图,表示成功连接;

6、在windows powershell里使用adb命令
.\adb shell settings put global captive_portal_https_url
https://www.google.cn/generate_2047、打开飞行模式,再关闭飞行模式,然后就没有感叹号了。
我也是小白,哈哈,一起学习
