PHP Code By http://t.qq.com/tony-src
| 2 3 4 5 6 7 8 9 10 |
<?php // 单行注释 /* * 多行注释 */ # shell 注释 ?> |
| 2 3 4 5 6 7 8 9 10 |
<?php // 单行注释 /* * 多行注释 */ # shell 注释 ?> |
相关文章: