摘要: 1 package notebook; 2 3 /** 4 * @少成若天性 5 * 2017年3月5日 6 * 获取字符串中字母,中文,数字,符号,空格的个数 7 */ 8 public class StringTest { 9 public static void main(String[] args) { 10 ... 阅读全文
posted @ 2017-03-05 23:50 少成若天性 阅读(293) 评论(0) 推荐(0)
摘要: 1 //简易编程,等腰三角形 2 public class Triangle{ 3 4 public static void main(String[] args){ 5 6 for(int i=0;i0;k--){//三角形实体 13 System.out.pr... 阅读全文
posted @ 2017-03-02 10:58 少成若天性 阅读(173) 评论(0) 推荐(0)