可以通过在点 (.) 运算符后面加上方法来调用对象的方法。例如,下面的代码将创建一个新的声音对象,并调用其 setVolume() 方法:
.
setVolume()
mySound = new Sound(this); mySound.setVolume(50);