摘要: <?php/** * Created by PhpStorm. * User: Jerry * Date: 2019/10/26 * Time: 16:23 */class apple{ public static function getFruit() { echo '吃大苹果'; }}class 阅读全文
posted @ 2019-10-26 16:54 未入门的码农 阅读(680) 评论(0) 推荐(0) 编辑