变量

      XML 2004-8-19 15:24
在函数内部引用外部变量用global
$a=1;
$b=1;
Function Test(){
Global $a,$b;
echo $a,$b;
}
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}