怎么将从servlet拿到的list集合用json数据显示到jsp页面!_百度知道
[专业]答案:1、在web.xml中: <welcome-file-list> <welcome-file>showStudent</welcome-file> </welcome-file-list> 2、默认是index.jsp首页,即项目运行时首先...更多关于怎么把servlet传过来的List数据显示到gridpanel中?的问题>>
后台servlet从数据库获得list集合,怎么把list转换成jso..._百度知道
最佳答案: public void doGet(HttpServletRequest req,HttpServletResponse resp) throws ServletException,IOException{ JSONObject json = new JSONObject(); json.put...更多关于怎么把servlet传过来的List数据显示到gridpanel中?的问题>>