request.form.getlist('name'): use getlist if the key is sent multiple times and you want a list of values. get only returns the first value.
確定! 回上一頁