选择题
JSP 页面程序片中可以使用下列哪个方法将 strNumx=request.getParamter(“ix”)得到的数据类型转换为 Double 类型
A、
Double.parseString(strNumx)
B、
Double.parseDouble(strNumx)
C、
Double.parseInteger(strNumx)
D、
Double.parseFloat(strNumx)
【正确答案】
D
【答案解析】
提交答案
关闭