templates/my-form.html : <form method="POST"> <input name="text"> <input type="submit"> </form> from flask import Flask, request, ...
確定! 回上一頁