2008年10月16日

标准标签库应用及从文件读取消息的备忘

摘要: //properties文件中的格式 title=标题 1=内容1 2=内容2 3=内容3 4=内容.... //处理中文乱码的类 public class CodeSwitching { static public String Transition(String str) throws UnsupportedEncodingException { String code ; b... 阅读全文

posted @ 2008-10-16 17:27 VictorShan 阅读(149) 评论(0) 推荐(0)

导航