需要编写php项目,需要看到编写的代码展现的效果,这里我选择用xampp来展现
准备工作:
https://learncodingfast.com/how-to-install-xampp-and-brackets/#Installing_and_Running_XAMPP
xampp下载地址:https://www.apachefriends.org/index.html
安装完成后,打开对应apache服务(文件位置为C:\xampp\xampp-control.exe),
编写的项目代码位于C:\xampp\htdocs,在这里面编写的index.php代码就可以通过localhost/index.php来访问了