当前位置: 代码迷 >> Java Web开发 >> JSP上UBOUND如何使用?各位看上 多谢了
  详细解决方案

JSP上UBOUND如何使用?各位看上 多谢了

热度:5698   发布时间:2013-02-25 21:11:27.0
JSP下UBOUND怎么使用?各位看下 谢谢了!
<%
for(j=1;j<ubound(menu,2);j++)
{
if(isempty(menu[i][j])) break; else{
%>

UBOUND :The method ubound(String[][], int) is undefined for the type 
 __2F_ChenTong_2F_WebRoot_2F_leftpage_2E_jsp


isempty:
The method isempty(String) is undefined for the type 
 __2F_ChenTong_2F_WebRoot_2F_leftpage_2E_jsp

------解决方案--------------------------------------------------------
恭喜楼主解决问题