目录前言1. 基础方法:lastIndexOf + substring2. 字符串分割:split 方法3. 正则表达式4. Apache Commons IO 的 FilenameUtils5. Spring框架的 StringUtils6. 使用 File 类7. J
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)