04 2013 档案
摘要:1.<%= %> expressionexample:<body>Hello! The time is now <%= new java.util.Date() %></body>2.<% %> scriptletexample:<% System.out.println( "hello world" );%>3.<%@ %> derectiveexample:<%@ page import="java.util.*" %>4.<%! %> dec
阅读全文