检查是否字符串类型
值
isStr('test'); /// trueisStr(null); /// false Copy
isStr('test'); /// trueisStr(null); /// false
检查是否字符串类型