![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
[php]<?php
class a{
var $test ="hello world";
function output1($test){
echo $this->test;
}
function output2($test){
echo $test;
}
}
$t = new a();
$t ->output1("dd");
$t ->output2("dd");[/php]
代码很简单,是php4.x的,不过一直困惑它们的输出
提问者:chinahtml 08-22 08:08
答复

