代碼
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<%
public int count;
public String info(){
return"hello";
}
%>
<body>
<%
put.println(count++);
%>
<br/>
<%
out.println(info());
%>
</body>
</html>
在13行public String info(){這個陳述句中的info(){顯示出問題
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/140067.html
標籤:其他
上一篇:請問ztree 點擊函式怎么傳參
