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
4 回答4.4k 阅读✓ 已解决
5 回答3.2k 阅读✓ 已解决
4 回答3.8k 阅读✓ 已解决
3 回答3.6k 阅读✓ 已解决
1 回答2.9k 阅读✓ 已解决
3 回答2.1k 阅读✓ 已解决
1 回答4.5k 阅读✓ 已解决