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 和其他语言中,% 用于模数。有没有办法设置一个符号,比如“~”来表示一个函数,例如阶乘?因此,如果您键入 ~15,它将计算 15!
无法在Java中将符号设置为function您想要的符号,因为像您所说的其他符号是用于在 Java 本身中预定义的等式或逻辑情况中获取某些内容的符号。Operator
function
Operator