这是本文档旧的修订版!
页面嵌入HTML代码:
<html> <p>HTML测试<p> </html>
测试结果:
HTML测试
页面嵌入PHP代码:
<php> echo "PHP测试"; </php>
测试结果: PHP测试