Topic: 如何在JSP页面得到null (紧急) |
Print this page |
1.如何在JSP页面得到null (紧急) | Copy to clipboard |
Posted by: wz_gu Posted on: 2004-12-13 14:39 想实现这样一个功能:前台JSP页面是一个form表单,在没输入值时,点击提交,要得到一个null值。但是得到的总是一个"",这个并不是null. <input type="text" value="">有问题,后来去掉了value,但也不行,不知道为什么?请问如何能实现这个功能?还要另外编码吗? |
2.Re:如何在JSP页面得到null (紧急) [Re: wz_gu] | Copy to clipboard |
Posted by: GWoo Posted on: 2004-12-14 19:07 if(text.equals("")){ text = null; } |
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 |