美文网首页
安卓设备访问本机localhost的办法

安卓设备访问本机localhost的办法

作者: 记忆是条狗 | 来源:发表于2022-04-28 17:01 被阅读0次

    安卓设备访问本机localhost的办法:

    1. 安装 adb

    2. 通过 usb 线连接手机和电脑, 手机要开启usb调试

    3. 运行命令 adb reverse tcp:3000 tcp:3000 , 进行端口转发

    4. 手机浏览器(chrome) 即可访问 http://localhost:3000/xxxx

    5. 如果要在微信中查看, 将 localhost 换成 find-image.zhaomin.cn

    相关文章

      网友评论

          本文标题:安卓设备访问本机localhost的办法

          本文链接:https://www.haomeiwen.com/subject/feydyrtx.html