Golang i++2019独角兽企业重金招聘Python工程师标准>>>Golang中++,--操作是与C语言不一样。 var ii++i--但--i,++i不行。 var b = i++也不行。转载于:https://my.oschina.net/u/612750/blog/715285