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.
Writable オブジェクトを返す SimpleTemplate クラスを用意します。どのような種類のオブジェクトを返すかがわからないので、これを行うことはできますか? 私はこのようなものを試しました:
Writable getTemplate() { return 'something that's a writable' }
また、別のメソッドから変数を読み取るにはどうすればよいですか?