摘要:
package com.test.inner;public class Test { public String i; public Test(String s){ this.i=s; } class Inner{ public String getI(){ return Test.this... 阅读全文
posted @ 2013-09-18 10:19
942391815
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号