字符串搜索共1篇
JavaScript 字符串搜索:indexOf, includes 与 startsWith 的使用-创客网

JavaScript 字符串搜索:indexOf, includes 与 startsWith 的使用

indexOf返回索引,includes判断包含,startsWith检查开头。根据需求选择:需位置用indexOf,判断存在用includes,验证前缀用startsWith。
消失的彩虹的头像-创客网消失的彩虹4个月前
03615