Next, create a new cursor by calling the cursor() method of the connection object. The cursor object is used to execute SELECT statements. cur = conn.cursor() ...
確定! 回上一頁