[Tips] python类型判断

type(object)==类型

type(1) == int
type('1') == str

  

posted @ 2019-09-12 11:49  虚无真仙  阅读(168)  评论(0)    收藏  举报