摘要: /** * 执行添加 * @return * @throws UnsupportedEncodingException */ public String exAdd() throws UnsupportedEncodingException{ String newName = new String( 阅读全文
posted @ 2022-05-03 11:21 leochan007 阅读(10) 评论(0) 推荐(0) 编辑
摘要: /** * 跳转到添加页面 * @return */ public String add(){ return SUCCESS; } /** * 执行添加 * @return * @throws UnsupportedEncodingException */ public String exAdd() 阅读全文
posted @ 2022-05-03 10:59 leochan007 阅读(8) 评论(0) 推荐(0) 编辑