cursor.fetchall()for row in test: print("User_name: ", row[0]) print("email_address: ", row[1]) print(row)终于搞清楚怎么从数据库里取数据了😄