摘要:
public class TestPerson { static void say(String str){ for(int i=0;i<str.length();i++){ try{ java.lang.Thread.sleep(100); }catch(Exception E){ }finally{ System.out.print(str.charAt(i)); } ... 阅读全文
posted @ 2012-02-07 09:31
ayanmw
阅读(396)
评论(0)
推荐(0)

浙公网安备 33010602011771号