public function excute() { return sprintf("My Name Is <font color=red size=5>%s</font> AND My QQ Is <font color=red size=5>%d</font>", $this->name, $this->qq) ; }}$obj = myTest::getInstance();$obj->setName('raohongfu');$obj->setQq('59547993');$name = $obj->getName();$qq = $obj->getQq();var_dump($name, $qq);$result = $obj->excute();print_r($result);?>
(编辑:aniston)
·2024年12月目录 ·2024年11月目录 ·2024年10月目录 ·2024年9月目录 ·2024年8月目录 ·2024年7月目录 ·2024年6月目录 ·2024年5月目录 ·2024年4月目录 ·2024年3月目录 ·2024年2月目录 ·2024年1月目录 ·2023年12月目录 ·2023年11月目录