One for all,all for one.
2013年8月13日 星期二
python 取得區域變數 locals() 與全域變數 globals()
locals()
globals()
× locals is read-only, globals is not
>>> x = 1
>>> locals()['x'] = 2
>>> x
>>> globals()['x'] = 3
>>> x
Reference :
http://www.diveintopython.net/html_processing/locals_and_globals.html
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言