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 一样