http://img1.sycdn.imooc.com//down/5456dc600001516400000000.rar
一直提示有病毒
一直提示有病毒
2016-12-25
最赞回答 / 慕粉4353249
就是字符串去除字符串最左边和最右边的空格如String i = new String(" 123 123 ");//字符串最左边,最右边以及中间各有2个空格System.out.println(i); System.out.println(i.length()); System.out.println(i.trim());System.out.println(i.trim().length()); 输出的结果为: 123 132 128123 132因为trim()方法去除了字符串最左边...
2016-12-24
已采纳回答 / qq_莫北_0
xml文件不是工具类,其不能被导入。提示,如果为了方便,将xml文件拖拽到project下时,要用copy files,而不用link to files,如果文件导出,系统将找不到链接。
2016-12-20