因為老師的資源壞了,所以我自己寫了一份筆記。https://blog.csdn.net/TomKing9/article/details/123504618
最后的案例代碼在這:https://gitee.com/tangmingkoo/jsp-view-list-demo
sql文件我的筆記里面也有哦
最后的案例代碼在這:https://gitee.com/tangmingkoo/jsp-view-list-demo
sql文件我的筆記里面也有哦
2022-03-15
最贊回答 / 愛斯基摩人閃電
request.getParameter()通過容器的實現來取得類似于post、get等方式傳入的數據,request.setAttribute()和getAttribute()只是在web容器內部流轉,僅僅是請求處理階段request.getParameter() 方法傳遞的數據,會從Web客戶端傳到Web服務器端,代表HTTP請求數據。request.getParameter()方法返回String類型的數據request.setAttribute() 和 getAttribute() 方法傳遞的數據...
2021-11-27