📜  使用六库python代码示例验证字符串

📅  最后修改于: 2022-03-11 14:45:21.007000             🧑  作者: Mango

代码示例1
from six import string_types
isinstance(s, string_types)