servlet接受參數

servlet接受參數 格式:key=value     Sting value=request.getParameter("key")     例如: http://localhost/day09/hello?username=tom         request.getParameter("username")就可以獲取tom值 回寫內容:     response     response
相關文章
相關標籤/搜索