![]() |
#2
ruihua2006-09-07 12:19
|
<%!
public void display()
{
out.println("Output");
}
%>
<html>
<head>
<title>example</title>
</head>
<body>
<%
display();
%>
</body>
</html>
错误提示:out不能识别,为什么?小弟初识jsp,请指教!