从HTML中脱离 - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- 从HTML中脱离 (http://www.webasp.net/article/14/13797.htm) |
| -- 作者:未知 -- 发布日期: 2004-10-12 |
| 这儿有三种方法从HTML中脱离,同时加入“PHP代码模式”
Example 5-1. 从HTML中脱离的方法 1. <? echo("this is the simplest, an SGML processing instruction\n"); ?> 2. <?php echo("if you want to serve XML documents, do like this\n"); ?> 3. <script language="php"> |
| webasp.net |