cs1.execute('select id from score where id=%s',(flag,)) 这样是正常输出 1
上面这个怎么改成下面这个??
cs1.execute('select %s from score where id=%s',(p,flag)) 这样是输出 id
cs1.execute('select id from score where id=%s',(flag,)) 这样是正常输出 1
上面这个怎么改成下面这个??
cs1.execute('select %s from score where id=%s',(p,flag)) 这样是输出 id
2 回答4.3k 阅读✓ 已解决
2 回答867 阅读✓ 已解决
1 回答4.1k 阅读✓ 已解决
3 回答868 阅读✓ 已解决
2 回答2.2k 阅读✓ 已解决
4 回答2.6k 阅读
5 回答1.5k 阅读