巴扎黑2017-04-17 15:56:48
If you use python, you can use executemany
, refer to http://dev.mysql.com/doc/conn...
But the amount of data you have is not very large, so it doesn’t matter if you use for to traverse the insert
PHP中文网2017-04-17 15:56:48
Write a stored procedure and use a loop to do it. . You can pass the first character array to the stored procedure. . .