1、使用thinkphp框架
先生成包含所有数据的数组,再使用 addAll() 方法,插入1万条数据仅需3秒钟。
2、PHP原始方法:
将SQL语句进行拼接,使用 insert into table () values (),(),(),()然后再一次性插入