Android 10 使用 adb 进行无线调试时,发现想查询设备 ip 地址出现错误: ``` ifconfig: ioctl 8927: Permission denied ``` 可以改用如下命令: ``` ip -f inet addr show ``` 获取