參考網址:http://linux.byexamples.com/archives/342/python-how-to-identify-the-type-of-your-variable/
下面這個不能放在print後面
type(var)
所以要用下面這個,就可以在run time時印出變數的type
print var.__class__
下面這個不能放在print後面
type(var)
所以要用下面這個,就可以在run time時印出變數的type
print var.__class__
全站熱搜
留言列表