摘要:
class A{ public $a = 1; protected $b = 2; public function __construct() { echo 'fe'."\n"; } public static function index(){ echo 'inde 阅读全文
posted @ 2019-12-24 22:51
GameCat
阅读(210)
评论(0)
推荐(0)