[Python] Flask Study Notes (3): Get and Post commands in request method
The last experience note recorded the use of render_template() to render html files through the Flask framework, so today I will briefly record how to interact with html through request.
Read More »[Python] Flask Study Notes (3): Get and Post commands in request method