02 2018 档案
摘要:三个配置文件: myproperties_en.properties是英文的: myproperties_zh.properties是中文的: jsp页面的代码: <%@ page language="java" import="java.util.*" pageEncoding="uTF-8"%>
阅读全文
摘要:public class TestMail { //纯文本 @Test public void fun()throws AddressException,MessagingException{ Properties prop=new Properties(); prop.setProperty("m
阅读全文