servlet生成静态HTML的方法
servlet生成静态HTML的方法2011-11-02 iteye newhaven/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package servlets;import java.io.ByteArrayOutputStream;import java.io.File;import java.io.F...