摘要: 今天学习了servlet的增删改查: 存储数据 setAttribute(String name,Object obj );获取数据 getAttribute(String name);删除数据 removeAttribute(String name); servlet小知识点: req 请求 re 阅读全文
posted @ 2020-10-27 19:36 wajueji 阅读(256) 评论(0) 推荐(0) 编辑