摘要:
第一章:php语言基础 1,标记风格: ①<?php echo “hello”;?> ②<script language="php">echo "php";</script> ③<? echo "hello";?> ④<% echo "hello";%>。这里推荐使用第一种。 2,注释: ①单行注释 阅读全文
posted @ 2017-05-04 17:01 deeply_desire 阅读(504) 评论(2) 推荐(1)
|
|
|
|
摘要:
第一章:php语言基础 1,标记风格: ①<?php echo “hello”;?> ②<script language="php">echo "php";</script> ③<? echo "hello";?> ④<% echo "hello";%>。这里推荐使用第一种。 2,注释: ①单行注释 阅读全文
posted @ 2017-05-04 17:01 deeply_desire 阅读(504) 评论(2) 推荐(1) |
|