%@ page contentType="text/html; charset=gb2312" %> <%@ page import="electric.electricUtils.ParamUtils"%> <%@ page import="electric.dbs.Dbware"%> <% int id=ParamUtils.getIntParameter(request,"id",0); Dbware ware=new Dbware(id); %>