在jsp中写了一段代码,怎么在js中使用代码中的变量<%List<MmsFrame> list=(List)request.getAttribute("mmsInfo");int i =list.size();%>我怎么在js中使用变量i呢?[解决办法]<%= i %>,好像是,你试试看