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

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

原文地址:https://www.cnblogs.com/yuyu666/p/9743972.html