摘要:
public class UploadAction extends ActionSupport implements ServletContextAware{//文件下载属性 private ServletContext context; private String filename; private String mimeType; private InputStream inStream; public String getFilename() { try { return new String(filename.getBytes(),"ISO8859-1"); } 阅读全文
posted @ 2010-05-12 08:55
C语言程序
阅读(108)
评论(0)
推荐(0)

浙公网安备 33010602011771号