用户工具

站点工具


playground:playground

这是本文档旧的修订版!


PlayGround

HTML和PHP嵌入测试

页面嵌入HTML代码:

<html>
<p>HTML测试<p>
</html>

测试结果:

HTML测试

页面嵌入PHP代码:

<php>
echo "PHP测试";
</php>

测试结果: PHP测试

playground/playground.1646620851.txt.gz · 最后更改: 2022/03/07 10:40 由 xxy