JSP页面程序片中可以使用下列( )方法将strNumx=request.getParameter(“ix”)得到的数据类型转换为Double类型。
A. Double.parseString(strNumx)
B. Double.parseDouble(strNumx)
C. Double.parseInteger(strNumx)
Double.parseFloat(strNumx)
查看答案
A. size
B. value
C. selected
D. checked
当客户端请求一个JSP页面时,JSP容器会将请求信息包装在____对象中。