2018年3月9日
摘要: js传参:?text=encodeURIComponent(encodeURIComponent("呵呵")); action 解码: String text=request().getParameter("text"); text=URLDecoder.decode(text,"utf-8"); 阅读全文
posted @ 2018-03-09 16:20 输入密码 阅读(196) 评论(0) 推荐(0)