request得到參數的兩種方式:get、post 共4中!

第一種:html 方法:java String name = request.getParameter("name");post 傳遞參數的方式:code get請求傳遞參數:orm 1.直接在地址欄給出參數:http://localhost:8080/httprequestdemo/hello3?name=1&age=2htm 2.a標籤的超連接給出參數:get 代碼:input <a href
相關文章
相關標籤/搜索