To import classes in a JSP (JavaServer Page) file, you can use the <%@ page import="package.class" %> directive. ... This will import all the classes in the java.
確定! 回上一頁