play freamwork 文件下载
时间:2014-12-31 18:04:08
收藏:0
阅读:206
public static void Download(String filePath) {
File file = new File(filePath);
renderBinary(file);
}
原文:http://www.cnblogs.com/xunfang123/p/4196119.html
评论(0)