js比较或者筛选时不区分大小写的实例解析
程序员文章站
2022-10-16 14:16:38
str.toUpperCase() str转化成大写
str.toLowerCase() str转成小写
例如:
product.name.toUpperCase().i...
str.toUpperCase() str转化成大写
str.toLowerCase() str转成小写
例如:
product.name.toUpperCase().indexOf(this.props.filterText.toUpperCase())=== -1
都转化成统一格式就可以进行比较了
下一篇: Linux-send命令详解