如mini.Button控件,有"text"属性,可以这样写:
var text = button.getText();
alert(text);  
    
  1. 不能直接获取属性,必须通过"get"方法。
  2. 如果属性不支持"get"方法,则不能获取此属性。