怎样用ajax获取后台传过来的map的长度
后台是这样存的for (int i = 0; i < students.size(); i++) {
			Student stu = (Student) students.get(i);
			studentMap.put(i, stu);
		}
是json类型的。
------解决方案--------------------  js中:studentMap.length  
 jsp中:${fn:length(studentMap)} 需要到fn标签库
------解决方案--------------------贴页面js代码
------解决方案--------------------json.studentMap.length试试呢?
------解决方案--------------------studentMap 不是需要进行eval()转换吗??