public static void Download(String filePath) {
File file = new File(filePath);
renderBinary(file);
}
时间: 2024-11-18 17:18:50
public static void Download(String filePath) {
File file = new File(filePath);
renderBinary(file);
}