Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65011736 bytes)

记录犯蠢的错误,因为循环条件下,if语句if(i==0)写成了if(i=0),造成死循环,然后内存溢出。还跑去修改了内存大小。。
posted @ 2022-05-08 09:25  KongLong_cm  阅读(88)  评论(0)    收藏  举报