async: { enable: true, url: url, autoParam: ["id"] }
这个异步在后台怎么取得id参数啊,
String parentid = request.getParameter("id");我写的这样取不到 取得是一个空值
ztree参数默认是 post提交参数的,Servlet要用doPost