一.phpstudy创建网页1.安装phpstudy2.启动Apache3.创建网站并设置域名,端口4.打开根目录创建index.php5.用记事本打开index.php6.编写代码通过echo输出hello world<?phpecho 'hello world!';?>7.保存并访问127.0.0.1/网站名字二.了解get,post传参