使用的sqlite3数据库,我想查询特定rowid的数据:i=1while i<10:i+=1cur.execute('select * from user where rowid=i')
请问如何能将变量 i 的值输入到select语句中