摘要:
Map value类型不同的写法 Map accountMap=new HashMap(); int userId = data.get("userId").getAsInt(); int accType = data.get("accType").getAsInt(); String name = data.get("accType").getAsString(); accountMap... 阅读全文
摘要:
$(document).ready(function(){ $("#loginBtn").click(doLoginEvent); loadCookies(); //回车登录 document.onkeydown = function(e){ var ev = document.all ? wind... 阅读全文
摘要:
http://www.cnblogs.com/elaron/archive/2013/04/09/3010375.html js部分: js文件 见博客园上传文件 阅读全文
摘要:
JsonArray data = object.getAsJsonArray("data"); Gson gson =new Gson(); List<Object> mydeptList = gson.fromJson(data.toString(),new TypeToken<List<Obje 阅读全文