在python2 中使用/ 做除法的时候,没有小数点,所以如果要保留小数点的话,需要导入一个包from __future__ import division在python3中,一个算数表达 ...
確定! 回上一頁