首页 > 问答 > 正文
<?php
echo "<h2>欢迎来到php中文网学习</h2>";
?>
angryTom2019-07-15 14:34:13
如果是中文乱码的话可以加一行这个代码
header("Content-type:text/html;charset=utf-8");