<%--
Created by IntelliJ IDEA.
User: xc
Date: 2021/11/7
Time: 18:38
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" errorPage="error.jsp" %>
<%!public double fun(int x,int y) {
return x/y;
}
%>
<%=fun(5,0)%>
<%--
Created by IntelliJ IDEA.
User: xc
Date: 2021/11/7
Time: 19:27
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
错误,不能用0做除数!



