johnny 发表于 2016-9-7 18:04:35

149、什么情况下调用doGet()和doPost()?

149、什么情况下调用doGet()和doPost()?

Jsp页面中的FORM标签里的method属性为get时调用doGet(),为post时调用doPost()。


页: [1]
查看完整版本: 149、什么情况下调用doGet()和doPost()?