2017-02-20 86 views

回答

1

你可以改變形式是這樣的:

<form action="/light/" method="POST"> 
     <input type="text" name="command" value="{{request.form.command}}"> 
     <input type="submit" value="Submit command"> 
    </form> 

然後相應地處理在服務器端的POST請求。

相關問題