本文共 121 字,大约阅读时间需要 1 分钟。
python3插入数据
insert into table(column....) values('%s','%d')
%d也是需要加单引号的;
转载于:https://www.cnblogs.com/stono/p/9409812.html