PlayFramework 上载变成打开有关问题

PlayFramework 下载变成打开问题一直超链接想下载图片结果总是打开后来再群里找到解决办法 response.conte

PlayFramework 下载变成打开问题
一直超链接想下载图片结果总是打开
后来再群里找到解决办法

response.contentType = "text/html; charset=UTF-8";File file = new File(CommonUtil.ROOT_PATH+"/public/images/1.png");renderBinary(file, file.getName());

加上 第一句 就好了