chrome浏览器使用chrome://inspect调试app 网页,打开空白的问题

    

  使用chrome浏览器,输入chrome://inspect可以调试android app里面的网页,如果inspect的时候,是空白,

  问题截图:

  

  那就在C:WindowsSystem32driversetchosts文件加入

  61.91.161.217 chrome-devtools-frontend.appspot.com
  61.91.161.217 chrometophone.appspot.com

  当前调试------适用于Android APP

  引用于https://www.cnblogs.com/IWings/p/6495112.html

原文地址:https://www.cnblogs.com/nelsonlei/p/8134216.html