how to view “localhost” on my iPod touch

前端 未结 8 1698
情深已故
情深已故 2020-12-16 15:26

I have a website I am building on localhost:

http://localhost/my-website

I need to test it on my iPhone, but I\'m not sure how to go about it. Do I just chan

8条回答
  •  再見小時候
    2020-12-16 15:38

    I'm working with xampp. localhost works on port 8080. I just find my ip with ipconfig and surf to http://10.0.0.1:8080. That easy!

提交回复
热议问题