摘要: <?phpclass Test{ public static $static_var = 20;}echo Test::$static_var;exit; 阅读全文
posted @ 2015-09-22 11:15 李照耀 阅读(2525) 评论(0) 推荐(0)