各位帮我看看有关function里赋变量的值
假如我设 $str="abc";
我将如何让下面 $this->dstimg =$str.".".$this->type;里面的
$str=abc呢?
搞了好长时间搞不定,我是菜鸟,,
function dst_img()
{
$this->dstimg =$str.".".$this->type;
}
yhf111 发表于: 2008-10-07 09:04 来源: PHPChina 开源社区门户
最新回复