• 2022-06-06
    下列语句正确的有()
    A: <%@ include file=”head.jsp”%> 
    B: <% String url=”head.jsp”;%><%@ include file=”url”%> 
    C: <%@ include file=”head.jsp”?name=”lovo”%> 
    D: <%String companyName=”lovo”;%>%@include file”head.jsp”?name=‟companyName”%