jsp JSON 简单使用
摘要:把jsp程序中信息输出到页面并解析!本例为ajax访问/**********Java类***************/import net.sf.json.JSONObject;JSONObject beanJSON = new JSONObject();beanJSON.put("user", "张三");beanJSON.put("time", "2000-1-1");beanJSON.put("content", "hello word!");response.getW
阅读全文
posted @
2011-03-26 16:24
为牛马者,背负前行
阅读(11893)
推荐(0)