摘要:
三个配置文件: myproperties_en.properties是英文的: myproperties_zh.properties是中文的: jsp页面的代码: <%@ page language="java" import="java.util.*" pageEncoding="uTF-8"%> 阅读全文
posted @ 2018-02-10 14:42
放手一搏96
阅读(388)
评论(0)
推荐(0)
摘要:
public class TestMail { //纯文本 @Test public void fun()throws AddressException,MessagingException{ Properties prop=new Properties(); prop.setProperty("m 阅读全文
posted @ 2018-02-10 13:40
放手一搏96
阅读(209)
评论(0)
推荐(0)