单项选择题
A. <%@ include=”a.htm”%> B. <jsp:include file=”a.htm”/> C. <%@ include page=”a.htm”%> D. <%@ include file=”a.htm”%>
A. 1 B. 0 C. -1 D. 一个整数
A. Long.parseLong(String s) B. Integer.parseInt(Stirng s) C. Double.parseDouble(String s) D. 不确定