0
ThinkPHP5出现错误Call to undefined function app\index\controller\M()
ThinkPHP5与ThinkPHP3相比,变化还是非常大的,在TP3当中使用M方法是没有问题的,但在TP5里面,会直接报错,错误提示为: Call to undefined functi...