使用echo、print_r等输出函数,其步骤如下:
需要准备的材料分别是:电脑、php编辑器、浏览器。
1、首先,打开php编辑器,新建php文件,例如:index.php。
2、在index.php中,输入代码:echo'hello,world!
';print_r([1,2]);。
3、浏览器运行index.php页面,此时发现相关内容被输出了。
使用echo、print_r等输出函数,其步骤如下:
需要准备的材料分别是:电脑、php编辑器、浏览器。
1、首先,打开php编辑器,新建php文件,例如:index.php。
2、在index.php中,输入代码:echo'hello,world!
';print_r([1,2]);。
3、浏览器运行index.php页面,此时发现相关内容被输出了。