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

【出现频率】★★☆☆☆ 【学习难度】★☆☆☆☆

答案:JSP页面中的form标签里的method属性为get时调用doGet( ),为post时调用doPost( )。