算术运算符:+ - * / %(取余) ++() --()
赋值运算符=
关系运算符 > < >= <= == !=(不等于) instance
逻辑运算符 && || ! 与 或 非
运算符
原文:https://www.cnblogs.com/9527pp/p/14623963.html