单项选择题

在JSP页面中使用格式给Long类型的Bean属性赋值,会调用哪个数据类型转换方法。()

A. Long.parseLong(String s)
B. Integer.parseInt(Stirng s)
C. Double.parseDouble(String s)
D. 不确定