摘要: <html><head><title>Json数据格式强大</title><meta http-equiv="content-type" content="text/html;charset=utf-8" /><script type="text/javascript"> var pepole={ "pragrammers":[ {"name":"效果","age":"6&q 阅读全文
posted @ 2012-11-15 12:05 arvim 阅读(731) 评论(0) 推荐(0) 编辑
摘要: <?php header("content-type:text/html;charset=utf-8"); class a{ public function call(){ echo "父类的".__CLASS__; } public static function say(){ self::call();//直接在父类中调用call方法 } public static function say1(){ static:: call();//延迟绑定到b的call方法 } } class b extends a{ public function ca 阅读全文
posted @ 2012-11-15 11:58 arvim 阅读(221) 评论(0) 推荐(0) 编辑