如何檢查變量的類型是否爲字符串? - How to check if type of a variable is string?

問題:

Is there a way to check if the type of a variable in python is string. 有沒有辦法檢查python中的變量類型是否爲字符串。 like: 喜歡: python

isinstance(x,int);

for integer values? 對於整數值? spa


解決方案:

參考一: https://stackoom.com/question/KJvh/如何檢查變量的類型是否爲字符串
參考二: https://oldbug.net/q/KJvh/How-to-check-if-type-of-a-variable-is-string
相關文章
相關標籤/搜索