Class 'Pc\Controller\base64_decode' not found 这种问题应该怎么解决错误位置FILE: /www/wwwrootxxxx.xxx.cn/Application/Pc/Controller/IndexController.class.php LINE: 4
base64_decode 这个是php自带的函数
base64_decode
检查一下 IndexController.class.php 文件第4行是不是有什么对象没有引入
IndexController.class.php
也可以贴一下你的局部代码