摘要: //加载类: include("./Ren.class.php"); include "./Ren.class.php"; require("./Ren.class.php"); require "./Ren.class.php"; require_once("./Ren.class.php"); require_once "./Ren.class.php"; //自动加载类的方法 /... 阅读全文
posted @ 2016-10-27 15:54 学生Q 阅读(110) 评论(0) 推荐(0)