Just use NULL as your first value, the autoincrement field will still work as expected:INSERT INTO tblname VALUES (NULL, ... 32 Fields ... ) 这篇关于PHP MYSQL - 插入而不使用列名但使用自动增量字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!