<?php
define("PI",3.14);
define("PII",3.14);
echo PI;
echo "<br />";
echo PII;
?>
不知道这样可不可以!!!!
当然可以了
这个代码用了两种定义方法