I am connected to the wireless network at home (no wired network...), and now my mobile phone is connected to the same wireless network, but when I check the IP, it is different. I want to debug the static files on the computer through the mobile phone. In addition to The file is placed on the mobile phone. Is there any other solution? Because the IP of the computer and the mobile phone are different, it cannot be connected to the server started by the computer... Embarrassing~... It doesn't work with Cheetah... Change it IP, but before I used the app debugging generated by mui... I was able to debug the code on the computer... Later, I thought about it and it seemed that mui had offline migrated the computer files to the mobile mui-app offline storage... .....I seem to have no other ideas....Help!
Google helped you search
https://github.com/jieyou/rem...
https://www.zhihu.com/questio...
http://yujiangshui.com/multid...
http://www.alloyteam.com/2015...
http://web.jobbole.com/84116/
See if there is anything suitable for you
I don’t know if the “debugging” you mean means “preview”. If so, you can search for “IIS mobile phone preview computer page”, “download hbuilder editor and set the built-in server in the preview button”, “atom Editor or sublime to install the local sever plug-in", or if you have wamp on your computer or the web page you open on your computer shows something starting with localhost, 127.0.X.X, you can change these to 192.168.X.X (your computer's LAN address, your mobile phone must also be in this LAN), and then send it to the mobile phone for viewing (cannot use the one starting with file://). You can check the LAN IP of your mobile phone in the router. It is usually 192.168.X.X, and then try to ping it from your computer. Be careful not to turn on "LAN Invisibility" on 360 on your computer. I have been looking for the reason for a long time. As a newbie, I originally transferred the page to the mobile phone through a USB cable and then previewed it on the mobile phone. Alas, it became much better with the virtual host.