问题:
The JSP developer wants a comment to be visible in the final output to the browser.
Which comment styleneeds to be used in a JSP page?()
A . <!-- this is a comment -->
B . <% // this is a comment %>
C . <%-- this is a comment --%>
D . <% /** this is a comment **/ %>
The JSP developer wants a comment to be visible in the final output to the browser.
Which comment styleneeds to be used in a JSP page?()
● 参考解析
本题暂无解析