Topic: 请各位帮忙看看哪里出错了(Cannot invoke length() on the array type char[]) |
Print this page |
1.请各位帮忙看看哪里出错了(Cannot invoke length() on the array type char[]) | Copy to clipboard |
Posted by: binghuo007 Posted on: 2006-03-15 09:54 多谢了
|
2.Re:请各位帮忙看看哪里出错了 [Re: binghuo007] | Copy to clipboard |
Posted by: hanlichen Posted on: 2006-03-15 11:37 if (field2.getPassword().length() == 0) |
3.Re:请各位帮忙看看哪里出错了 [Re: binghuo007] | Copy to clipboard |
Posted by: hanlichen Posted on: 2006-03-15 11:38 Cannot invoke length() on the array type char[] |
4.Re:请各位帮忙看看哪里出错了 [Re: binghuo007] | Copy to clipboard |
Posted by: JavaandC Posted on: 2006-03-15 12:35 if(field2.getPassword().length()==0) 改成 if(field2.getPassword().length==0) |
5.Re:请各位帮忙看看哪里出错了 [Re: binghuo007] | Copy to clipboard |
Posted by: piaoling Posted on: 2006-03-15 16:49 呵呵。。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |