摘要:
package test; public class test1_format { public static void main(String[] args) { System.out.println("1&".split("&").length);//长度为1 System.out.println("1&1".split("&").length... 阅读全文
posted @ 2016-05-17 15:24
liquan123456
阅读(1251)
评论(0)
推荐(0)