java內部類對象使用.this,.new View Code 使用.this,.new .this 表達的是在內部類對象域內 通過外部類.this 指向了一個在內部類指向外圍類對象引用的關系。只有這 ...