Follow Fang!
試著突破低點,往高點邁進
2014/02/17
Python 3.3 Dir
Dir
可以知道模組內得定義
import sys import datetime as DT print(dir(DT))
參考資料:
http://docs.python.org/3/tutorial/modules.html#the-dir-function
較新的文章
較舊的文章
首頁