用户工具

站点工具


playground:playground

这是本文档旧的修订版!


PlayGround

HTML和PHP嵌入测试

页面嵌入HTML代码:

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

测试结果:

HTML测试


页面嵌入PHP代码:

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

测试结果:

PHP测试

playground/playground.1660460557.txt.gz · 最后更改: 2022/08/14 15:02 由 xxy