目录

WebWindows下的Web服务器

目录

【Web】Windows下的Web服务器

说明

默认Windows下的Web服务器是关闭的,可以通过控制面板打开:

https://i-blog.csdnimg.cn/blog_migrate/47e44206ce0b75e9bdf6f32195cb0466.png

开启之后localhost进入页面:

https://i-blog.csdnimg.cn/blog_migrate/12519b55bc03dd09ab2f3edf365aebd2.png

对应的Web源代码路径是C:\inetpub\wwwroot。

默认开启的网页是iisstart.htm。

也可以替换成 中介绍的PhoneCat。

只是需要把index.html改名成iisstart.htm,之后打开localhost就是如下的界面:

https://i-blog.csdnimg.cn/blog_migrate/4578a3c545b22a351c0df5246dc09741.png

这样就可以直接在Windows下调试PhoneCat代码了。