一算术运算符 常用的算法运算符 int a = 10,b = 2; String str = "Hello"; 二赋值运算符 特点:运算之后,会改变一个变量的值 常见的赋值运算符 int a = 10,b = 2;