单项选择题
A.< %@page src="content.jsp"%>B.< %@include src="content.jsp"%>C.< %@page file="content.jsp"%>D.< %@include file="content.jsp"%>
A.< %@page import="java.util.*"%>B.< %@include package="java.util.*"%>C.< %@import package="java.util.*"%>D.< %@page package="java.util.*"%>
A.< %@page encoding="UTF-8"%>B.< %@page pageEncoding="UTF-8"%>C.< %@encoding type="UTF-8"%>D.< %@pageEncoding type="UTF-8"%>