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 阅读(113) 评论(0) 推荐(0)
浙公网安备 33010602011771号