摘要: JSP页面的ajax: $.ajax({ // get pagedata type : "post", url : treasureBaseURL2, dataType : "jsonp", data : {p... 阅读全文
posted @ 2015-12-14 16:51 Iamcui 阅读(2170) 评论(0) 推荐(0) 编辑
摘要: Page.javapackage com.xxx.common.util;import java.io.Serializable;import java.util.ArrayList;import java.util.List;import org.apache.commons.lang.Strin... 阅读全文
posted @ 2015-12-14 16:49 Iamcui 阅读(2087) 评论(0) 推荐(0) 编辑
摘要: JsonUtil.javapackage com.xxx.common.util;import java.io.IOException;import org.apache.commons.lang.StringUtils;import org.codehaus.jackson.JsonParseEx... 阅读全文
posted @ 2015-12-14 16:43 Iamcui 阅读(1315) 评论(0) 推荐(0) 编辑