摘要: php.ini里max_execution_time = 30,原因是这个脚本执行时间太小了,增加一些,或者改成0不限制 可以增加代码: # ini_set("max_execution_time", "600"); ignore_user_abort(true);set_time_limit(0) 阅读全文
posted @ 2021-02-26 16:06 study_php_java_C++ 阅读(658) 评论(0) 推荐(0) 编辑