当前位置: 技术问答>java相关
=?gb2312?B?0eDQx87l1MK5pNf3vMa7rjIwMDEuZG9j?=
来源: 互联网 发布时间:2015-02-23
本文导语: 这个字符串怎么搞正常了呀? =========================================== 我想解析邮件,这个是一个邮件的附件的 filename,我已经用下面的程序段做了些工作 if( attachFileName != null ) { byte[] bytes = attachFileName.getBytes("iso-8...
这个字符串怎么搞正常了呀?
===========================================
我想解析邮件,这个是一个邮件的附件的
filename,我已经用下面的程序段做了些工作
if( attachFileName != null ) {
byte[] bytes = attachFileName.getBytes("iso-8859-1");
attachFileName = new String(bytes);
//将附件的绝对路径转化为相对路径
attachFileName = regularAttachFileName(attachFileName);
System.out.println(attachFileName);
}
这段程序对一些字符串好像还是管用的,但是对这个字符串无效!
呜呜~~~~~~~~~~~~``
===========================================
我想解析邮件,这个是一个邮件的附件的
filename,我已经用下面的程序段做了些工作
if( attachFileName != null ) {
byte[] bytes = attachFileName.getBytes("iso-8859-1");
attachFileName = new String(bytes);
//将附件的绝对路径转化为相对路径
attachFileName = regularAttachFileName(attachFileName);
System.out.println(attachFileName);
}
这段程序对一些字符串好像还是管用的,但是对这个字符串无效!
呜呜~~~~~~~~~~~~``
|
http://www.csdn.net/expert/topic/325/325490.shtm
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。