摘要: package com.itheima.net;public class Game13{ public static void main(String[] args) { String s1 = "135adbfg67"; String s2 = "125db... 阅读全文
posted @ 2014-10-23 22:11 testman00 阅读(1853) 评论(0) 推荐(0) 编辑
摘要: 1 package test; 2 3 import java.io.*; 4 import java.util.*; 5 6 public class Test6 7 { 8 public static void main(String[] args) throws Exceptio... 阅读全文
posted @ 2014-10-23 21:29 testman00 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1 public static String toUnicode(String s) 2 { 3 String as[] = new String[s.length()]; 4 String s1 = ""; 5 for (int i = 0... 阅读全文
posted @ 2014-10-23 19:15 testman00 阅读(1058) 评论(0) 推荐(0) 编辑