public Button b1; public TextMeshProUGUI b1text; void Start() { b1text = b1.GetComponentInChildren<TextMeshProUGUI>(); btnValue(); } public ...
確定! 回上一頁