zoukankan
html css js c++ java
什么情况下调用doGet()和doPost()?
默认情况是调用doGet()方法,JSP页面中的Form表单的method属性设置为post的时候,调用的为doPost()方法;为get的时候,调用deGet()方法。
查看全文
相关阅读:
2-7
2-6
2-5
2-4
2-3
2-1
2-2
1-1
5-7
第六章例6-1
原文地址:https://www.cnblogs.com/Sorry-/p/14100834.html
最新文章
602
601
508
507
505
504
506
501
503
502
热门文章
4-11
4-8(2)
4-8
4-7
4-6
4-5
4-4
4-3
4-2
2-9
Copyright © 2011-2022 走看看