10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
|
|
<%@ page contentType="text/html;charset=gb2312" %>
|
|||
|
|
<%@ page import="java.util.*" %>
|
|||
|
|
<%@ page errorPage="exception.jsp" %>
|
|||
|
|
|
|||
|
|
<%
|
|||
|
|
Calendar rightNow = null;
|
|||
|
|
|
|||
|
|
//<2F><><EFBFBD>д<EFBFBD><D0B4>뽫<EFBFBD><EBBDAB><EFBFBD><EFBFBD>NullPointerException<6F>쳣
|
|||
|
|
rightNow.getTime();
|