python - Not enough argument for format string while ...

python - Not enough argument for format string while ...

瀏覽:584
日期:2026-04-21
2013年11月26日 - for row in csv_data: data=row[0].split('\t') if len(data) < 4: continue query="""insert into newsletter_subscriber (id, name, email) values (%d, '%s', '%s')""" ......看更多