`
xuchong2013
  • 浏览: 4700 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
代码见附件
js代码:headers: { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"}, 后台代码:request.setCharacterEncoding("utf-8");
import java.util.HashMap; import java.util.Map; import org.apache.commons.lang.text.StrSubstitutor; import bsh.Interpreter; public class Test { /** * @param args */ public static void main(String[] args) { Test t = new Test(); Map map = new HashMap(); map.put("N1", new Integ ...
import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.Map; public class Test { /** * @param args */ public static void main(String[] args) { Map map = new HashMap(); for(int i =1;i<=41;i++){ map.put(Integer.valueOf(i), Integer.valueOf(i)); ...
Global site tag (gtag.js) - Google Analytics