play freamwork 文件下载

public static void Download(String filePath) {
        File file = new File(filePath);
        renderBinary(file);
    }

原文地址:https://www.cnblogs.com/xunfang123/p/4196119.html