phpstorm怎么修改63342端口
1、在菜单栏的”Preferences“下的"Build,Execution,Deployment"下的"Debugger"找到"Built-in server port"即可改变端口号,但这样更改会有一个问题,手动输入的端口数并不会被系统接受,由此会造成极大的不方便。

3、找找配置文件“other.xml”,“other.xml"的文件内容如下:<application>旌忭檀祉 <component name="BuiltInServerOptions" builtInServerPort="63342" /></application>将phpstorm配置文件改成如下即可:<application> <component name="BuiltInServerOptions" builtInServerPort="80" /></application>
