我看很久了,没找到原因
test.jsp
<%@ page contentType="text/html;Charset=GB2312" %>
<%@ page import ="java.text.*" %>
<%@ taglib tagdir="/WEB-INF/tags" prefix="computer"%>
<HTML><BODY bgcolor=cyan>
  <computer:GetRoots coefficientA="8"/>
  <%   out.print(time);
 %>  
</BODY></HTML>GetRoots.tag
<%@ tag pageEncoding="GB2312" %>
<%@ tag import="java.util.*" %>
<%@ tag import="java.sql.*" %>
<%@ tag import="java.io.*" %>
<%@ attribute name="coefficientA" required="true" %>  
<%@ variable name-given="time" scope="AT_END" %>
<% 
out.print("数据库连接错误!,错误信息如下:<br>");   
%>