PHP基础简记ch.1PHP标记 1.脚本标记
<script language="php">
echo 'hello world';
</script>
2.标准标记
<?php
ech
2022-09-07