python中如何判斷一個變量的數據類型

python中如何判斷一個變量的數據類型?(原創) 收藏 import types type(x) is types.IntType # 判斷是否int 類型 type(x) is types.StringType #是否string類型 .........python --------------------------------------------------------函數 超級噁心的
相關文章
相關標籤/搜索