首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

struts2上载以及文件未找到提示

2012-10-09 
struts2下载以及文件未找到提示???public String getDownloadFileName() {String downFileName fileName

struts2下载以及文件未找到提示

?

?

?

public String getDownloadFileName() {String downFileName = fileName;try {downFileName = new String(downFileName.getBytes(), "ISO8859-1");} catch (UnsupportedEncodingException e) {}return downFileName;}java中的两个方法必备。

?具体查看资料:http://berry0606.iteye.com/blog/570239

热点排行