怎么优化比较好
class A{
public static a(){
require_once 'file.php';
//其他代码
}
public static b(){
require_once 'file.php';
//其他代码
}
public static c(){
require_once 'file.php';
//其他代码
}
}
- 2 回答
- 0 关注
- 640 浏览
添加回答
举报
0/150
提交
取消