問題詳情
12 You are creating a web form with this HTML: 11. <form action="sendOrder.jsp"> 12. <input type="text" name="creditCard">13. <input type="text" name="expirationDate">14. <input type="submit"> 15. </form>Which HTTP method is used when sending this request from the browser?
(A) GET
(B) PUT
(C) POST
(D) SEND
(E) FORM
參考答案