摘要: 话不多说,直接上代码: 1 public class ISBNtool { 2 3 public static String Convert(String isbn) throws Exception { 4 isbn=isbn.replace("-","").replace(".",""); 5 阅读全文
posted @ 2020-05-26 14:53 弈邪 阅读(73) 评论(0) 推荐(0)