摘要:
public static void main(String[] args) { System.out.println(match("abcdefg", "hfg")); } public static boolean match(String str, String target) { if (str == null || target ==... 阅读全文
posted @ 2017-03-17 00:36
我_会飞的鱼
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号