@route('/register', method = 'POST') def register_post(): username = request.forms.get('username') password = request.forms.get('password')
確定! 回上一頁