Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
表示されるテキストが別のメソッドの変数に依存するようにラベルを変更するにはどうすればよいですか? たとえば、string playerOne = "Player", computerOne = "Computer"; のようなものが必要です。
変数 = 0 の場合、メソッドから外部変数を取得する 変数 = 1 の場合、playerOne を表示するようにラベルを変更します computerOne を表示するようにラベルを変更します
このようなことをどのように行うのですか?