常量

<?php
define("name","jack");
echo "他是".name;
?>

输出:他是jack

 

posted on 2013-10-23 17:28  php1994  阅读(85)  评论(0编辑  收藏  举报

导航