在 Python 2.2 : 要引用: from future import division " / “就表示 浮点数除法,返回浮点结果;” // "表示整数除法。
Python 3以后 : " / “就表示 浮点数除法,返回浮点结果;” // "表示整数除法。