单项选择题
A.doGet()和doPost()都可以用来处理业务逻辑 B.doGet()对于提交的数据有限制,doPost()则没有限制 C.doPost()比doGet()提交数据更安全,因为参数封装在请求体中 D.表单提交只能使用doPost()
A.session B.cookie C.url rewriting D.hiddenfiled
A.session B.urlrewriting C.cookie D.response E.hiddenfield