print(request.form) # ImmutableMultiDict([('username', 'aaa'), ('pwd', '111')]) # 存储的是所有FormData中的所有数据
確定! 回上一頁