print (type(0)) print(type(0.0)) print(type(0j)) print(type("0")) ... 檔名:type.py # 功能:示範Python 程式# 作者:張凱慶# 時間:西元2010 年12 月
確定! 回上一頁