CSDN博客地址
摘要: 1. 字符串有整型的相互转换 String a = String.valueOf(2); //integer to numeric string int i = Integer.parseInt(a); //numeric string to an int 2. 向文件末尾添加内容 Buffered 阅读全文
posted @ 2017-09-22 17:04 Yi_warmth 阅读(1940) 评论(0) 推荐(0) 编辑
CSDN博客地址