蜜桃泡泡的博客改来改去有时候不报错,是空白页面,有时候报错,是request参数的错: 报错处代码: int visible=Integer.parseInt(request.getParameter("visi")); int type=Integer.parseInt(request.getParameter("typ")); (;...
方大凯的博客今天在项目中遇到一个奇怪的bug,在jsp页面使用el表达式遍历后台传过来的集合,页面显示是一片空白!查看错误日志才发现报了个错:javax.servlet.jsp.el.ELException: An exception occured trying to convert String...