4.12 上传文件 4.12.1 sendKeys实现上传 html java代码: 4.14 下载文件 4.15 操作Cookie 4.16 调用JavaScript ...
分类:
编程语言 时间:
2017-02-06 17:09:57
阅读次数:
374
话不多说,直接贴代码:
//文件下载
public static String downloadFile(File file) {
HttpServletResponse response = ServletActionContext.getResponse();
FileInputStream fis = null;
...
分类:
编程语言 时间:
2015-01-05 16:43:38
阅读次数:
153