摘要: 注意:pymysql版本1.0.2, Python3 1. 在写原生sql语句的时候,需要拼接sql语句,这个拼接sql的方式特别容易sql注入的攻击 列如: user = 'zhangsan' pwd = '123456' sql = f'''select * from user where us 阅读全文
posted @ 2022-07-12 22:39 xqs42b 阅读(944) 评论(0) 推荐(0)