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.
Java で (char)34 を使用するのと同じ方法で、groovy で二重引用符文字を表すにはどうすればよいですか?
あなたはただすることができます
char c = (char)34
Java と同じように