Untitled Post - 72 Posted on 2014-08-19 Edited on 2025-05-19 In GNU/Linux python里没有递增运算符++和递减运算符--,还好可以使用+=和-=运算符。