js中怎么判断字符串含有哪个字母1.例子:var tempStr ="tempText"tempStr.indexOf("Texxt")返回大于等于0的整数值,若不包含"Text"则返回"2023-04-18JavaScript250