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