摘要: 1 package com.terry; 2 3 import java.io.File; 4 import java.io.FileFilter; 5 import java.io.IOException; 6 import java.util.ArrayList; 7 i... 阅读全文
posted @ 2015-09-17 22:53 Sunor 阅读(285) 评论(0) 推荐(0) 编辑
摘要: String 类有以下方法:startsWith(Stringprefix)boolean java.lang.String.startsWith(String prefix)Tests if this string starts with the specified prefix.Parame... 阅读全文
posted @ 2015-09-17 20:43 Sunor 阅读(261) 评论(0) 推荐(0) 编辑