我正在使用以下方式将电子邮件存储在数据库中InternetAddress.toUnicodeString()
。
它给了我这样的字符串:"John Doe" <[email protected]>
问题:如何解析该字符串以将其转换回InternetAddress
?
谢谢
最佳答案
嗯...也许是用constructor that takes a String parameter了?请学习使用Javadoc API-与在此处询问相比,您找到答案的速度要快得多。
我正在使用以下方式将电子邮件存储在数据库中InternetAddress.toUnicodeString()
。
它给了我这样的字符串:"John Doe" <[email protected]>
问题:如何解析该字符串以将其转换回InternetAddress
?
谢谢
最佳答案
嗯...也许是用constructor that takes a String parameter了?请学习使用Javadoc API-与在此处询问相比,您找到答案的速度要快得多。