1.执行PHP代码报错: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1970176 bytes) 说明内存不足,需要入口文件index.php设置 //增大内存 ini_set('memory_limit', '1024M');