1. //禁用
    2. this.GetComponent<Button>().enabled= false;
    3. //禁用与变灰
    4. this.GetComponent<Button>().interactable = false;