看板 [ Python ]
討論串[問題] 請問Python有沒有類似Java的Dynami …
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tippy.時間18年前 (2006/09/25 15:01), 編輯資訊
1
0
0
內容預覽:
引述《theodolite.bbs@ptt.cc (無)》之銘言:. >>> def foo(s) : print "foo(%s)" % s. >>> bar = globals().get("foo")("bar"). foo(bar). --. ※Post by tippy from dc

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者theodolite (無)時間18年前 (2006/09/25 15:04), 編輯資訊
2
0
0
內容預覽:
引述《tippy.bbs@alexbbs.twbbs.org (月兌)》之銘言:. 應該是就是我要的了,那再請問class method是否也是比照辦理呢?. Java中是reflection,Python是Introspection. 正在嘗試中…Python的學習曲線還蠻平順的:). --.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者qrtt1 (愚者)時間18年前 (2006/09/25 15:12), 編輯資訊
0
0
1
內容預覽:
http://diveintopython.org/dynamic_functions/index.html. 呵,這裡不看就浪費了. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 163.26.34.20.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tippy (tippy)時間18年前 (2006/09/25 15:13), 編輯資訊
0
0
0
內容預覽:
>>> class C :. ... def foo(self) : print "foo". >>> c = C(). >>> getattr(c, "foo")(). foo. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 140.113.88.219.
首頁
上一頁
1
下一頁
尾頁