js toString()什么意思将其他格式,转换为字符串返回。var intValue=1var strValue=intValue.toString() 返回string型的"1"var bool = truevar strValue=bool2023-03-05JavaScript190