在J2EE中,request对象的()方法可以获取页面请求中一个表单组件对应多个值时的用户的请求数据。
- AString[] getParameterValues(Stringname)
- BString[] getParameter(Stringname)
- CString getParameter(Stringname)
- DString getParameterValuses(Stringname)
在J2EE中,request对象的()方法可以获取页面请求中一个表单组件对应多个值时的用户的请求数据。
1、在J2EE中,下列选项中,()可以得到URLConnection对象。
在J2EE中,下列选项中,()可以得到URLConnection对象。 A使用URL对象的openConnection方法B使用URLConnection类的静态方法openConnection()方法得到C使用URL对象的get...
2、在J2EE中,使用ResultSet对象的next()方法移动光标时,如果超
在J2EE中,使用ResultSet对象的next()方法移动光标时,如果超过界限,会抛出异常,该异常通常是()。 AInterruptedExceptionBAlreadyBoundExceptionCSQLExceptionDNetExceptio
3、在J2EE中,使用ResultSet对象的next()方法移动光标时,如果超
在J2EE中,使用ResultSet对象的next()方法移动光标时,如果超过界限,会抛出 异常,该异常通常是()。 AInterruptedExceptionBAlreadyBoundExceptionCSQLExceptionDNetExceptio
4、在删除页面中,利用Request对象的()方法获取当前记录的id值
在删除页面中,利用Request对象的()方法获取当前记录的id值
5、在J2EE中,使用Document对象的()方法,可以得到一个NodeLis
在J2EE中,使用Document对象的()方法,可以得到一个NodeList对象。 AgetDocumentElement方法BgetElementsByTagName方法CgetElementTagName方法DgetElementById方法
6、request对象可以使用()方法获取表单中某输入框提交的信息。
request对象可以使用()方法获取表单中某输入框提交的信息。AgetParameter(String s)BgetValue(String s)CgetParameterNames(String s)DgetParameterValue(String s)