php 普通方法和静态方法
摘要:
<?php header('Content-Type: text/html; charset=utf-8'); class Student { public static function getStudentCount() { var_dump($this); return 42; } publi 阅读全文
posted @ 2017-06-23 23:19 huodaihao 阅读(110) 评论(0) 推荐(0) 编辑