- Javascript 基础教程
- Javascript - 首页
- JavaScript - 路线图
- JavaScript - 概述
- JavaScript - 特性
- JavaScript - 启用
- JavaScript - 位置
- JavaScript - 语法
- JavaScript - Hello World
- JavaScript - Console.log()
- JavaScript - 注释
- JavaScript - 变量
- JavaScript - let 语句
- JavaScript - 常量
- JavaScript - 数据类型
- JavaScript - 类型转换
- JavaScript - 严格模式
- JavaScript - 保留关键字
- JavaScript 运算符
- JavaScript - 运算符
- JavaScript - 算术运算符
- JavaScript - 比较运算符
- JavaScript - 逻辑运算符
- JavaScript - 位运算符
- JavaScript - 赋值运算符
- JavaScript - 条件运算符
- JavaScript - typeof 运算符
- JavaScript - 空值合并运算符
- JavaScript - delete 运算符
- JavaScript - 逗号运算符
- JavaScript - 分组运算符
- JavaScript - yield 运算符
- JavaScript - 展开运算符
- JavaScript - 指数运算符
- JavaScript - 运算符优先级
- JavaScript 控制流
- JavaScript - if...else
- JavaScript - while 循环
- JavaScript - for 循环
- JavaScript - for...in
- Javascript - for...of
- JavaScript - 循环控制
- JavaScript - break 语句
- JavaScript - continue 语句
- JavaScript - switch case
- JavaScript - 用户自定义迭代器
- JavaScript 函数
- JavaScript - 函数
- JavaScript - 函数表达式
- JavaScript - 函数参数
- JavaScript - 默认参数
- JavaScript - Function() 构造函数
- JavaScript - 函数提升
- JavaScript - 自执行函数
- JavaScript - 箭头函数
- JavaScript - 函数调用
- JavaScript - Function call()
- JavaScript - Function apply()
- JavaScript - Function bind()
- JavaScript - 闭包
- JavaScript - 变量作用域
- JavaScript - 全局变量
- JavaScript - 智能函数参数
- JavaScript 对象
- JavaScript - Number
- JavaScript - Boolean
- JavaScript - String
- JavaScript - Array
- JavaScript - Date
- JavaScript - DataView
- JavaScript - Handler
- JavaScript - Math
- JavaScript - RegExp
- JavaScript - Symbol
- JavaScript - Set
- JavaScript - WeakSet
- JavaScript - Map
- JavaScript - WeakMap
- JavaScript - 可迭代对象
- JavaScript - Reflect
- JavaScript - TypedArray
- JavaScript - 模板字面量
- JavaScript - 标签模板
- 面向对象的 JavaScript
- JavaScript - 对象
- JavaScript - 类
- JavaScript - 对象属性
- JavaScript - 对象方法
- JavaScript - 静态方法
- JavaScript - 显示对象
- JavaScript - 对象访问器
- JavaScript - 对象构造函数
- JavaScript - 原生原型
- JavaScript - ES5 对象方法
- JavaScript - 封装
- JavaScript - 继承
- JavaScript - 抽象
- JavaScript - 多态
- JavaScript - 解构赋值
- JavaScript - 对象解构
- JavaScript - 数组解构
- JavaScript - 嵌套解构
- JavaScript - 可选链
- JavaScript - 全局对象
- JavaScript - Mixins
- JavaScript - Proxy
- JavaScript 版本
- JavaScript - 历史
- JavaScript - 版本
- JavaScript - ES5
- JavaScript - ES6
- ECMAScript 2016
- ECMAScript 2017
- ECMAScript 2018
- ECMAScript 2019
- ECMAScript 2020
- ECMAScript 2021
- ECMAScript 2022
- JavaScript 异步
- JavaScript - 异步
- JavaScript - 回调函数
- JavaScript - Promise
- JavaScript - Async/Await
- JavaScript - 微任务
- JavaScript - Promise 化
- JavaScript - Promise 链式调用
- JavaScript - 定时事件
- JavaScript - setTimeout()
- JavaScript - setInterval()
- JavaScript Cookie
- JavaScript - Cookie
- JavaScript - Cookie 属性
- JavaScript - 删除 Cookie
- JavaScript 浏览器 BOM
- JavaScript - 浏览器对象模型
- JavaScript - Window 对象
- JavaScript - Document 对象
- JavaScript - Screen 对象
- JavaScript - History 对象
- JavaScript - Navigator 对象
- JavaScript - Location 对象
- JavaScript - Console 对象
- JavaScript Web APIs
- JavaScript - Web API
- JavaScript - History API
- JavaScript - Storage API
- JavaScript - Forms API
- JavaScript - Worker API
- JavaScript - Fetch API
- JavaScript - Geolocation API
- JavaScript 事件
- JavaScript - 事件
- JavaScript - DOM 事件
- JavaScript - addEventListener()
- JavaScript - 鼠标事件
- JavaScript - 键盘事件
- JavaScript - 表单事件
- JavaScript - Window/Document 事件
- JavaScript - 事件委托
- JavaScript - 事件冒泡
- JavaScript - 事件捕获
- JavaScript - 自定义事件
- JavaScript 错误处理
- JavaScript - 错误处理
- JavaScript - try...catch
- JavaScript - 调试
- JavaScript - 自定义错误
- JavaScript - 扩展错误
- JavaScript 重要关键字
- JavaScript - this 关键字
- JavaScript - void 关键字
- JavaScript - new 关键字
- JavaScript - var 关键字
- JavaScript HTML DOM
- JavaScript - HTML DOM
- JavaScript - DOM 方法和属性
- JavaScript - DOM Document
- JavaScript - DOM 元素
- JavaScript - DOM 属性 (Attr)
- JavaScript - DOM 表单
- JavaScript - 更改 HTML
- JavaScript - 更改 CSS
- JavaScript - DOM 动画
- JavaScript - DOM 导航
- JavaScript - DOM 集合
- JavaScript - DOM NodeList
- JavaScript - DOM DOMTokenList
- JavaScript 其他
- JavaScript - Ajax
- JavaScript - 异步迭代
- JavaScript - Atomics 对象
- JavaScript - rest 参数
- JavaScript - 页面重定向
- JavaScript - 对话框
- JavaScript - 页面打印
- JavaScript - 验证
- JavaScript - 动画
- JavaScript - 多媒体
- JavaScript - 图片地图
- JavaScript - 浏览器
- JavaScript - JSON
- JavaScript - 多行字符串
- JavaScript - 日期格式
- JavaScript - 获取日期方法
- JavaScript - 设置日期方法
- JavaScript - 模块
- JavaScript - 动态导入
- JavaScript - BigInt
- JavaScript - Blob
- JavaScript - Unicode
- JavaScript - 浅拷贝
- JavaScript - 调用栈
- JavaScript - 引用类型
- JavaScript - IndexedDB
- JavaScript - 点击劫持攻击
- JavaScript - 柯里化
- JavaScript - 图形
- JavaScript - Canvas
- JavaScript - 防抖
- JavaScript - 性能
- JavaScript - 样式指南
JavaScript 字符串 includes() 方法
JavaScript 字符串includes()方法搜索字符串的一部分,并确定指定字符串是否在原始字符串中找到。如果在当前字符串中找到该字符串,则返回布尔值'true',否则返回'false'。
这是一个区分大小写的函数,它将字符串“hi”和“Hi”视为两个不同的字符串值。如果搜索字符串是正则表达式(正则表达式),则会抛出“TypeError”异常。
语法
以下是 JavaScript 字符串includes()方法的语法:
includes(searchString, position)
参数
此方法接受两个参数:'searchString' 和 'position',如下所述:
- searchString - 要搜索的字符串。
- position - 开始搜索的位置。
返回值
如果在原始字符串中找到指定的字符串,则此方法返回'true';否则返回'false'。
示例 1
如果在原始字符串中找到 searchString,则此方法将返回'true'。
在下面的示例中,我们使用 String JavaScript includes()方法来确定搜索字符串“Tutorials Point”是否出现在原始字符串“Welcome to Tutorials Point”中。
<html> <head> <title>JavaScript String includes() Method</title> </head> <body> <script> const str = "Welcome to Tutorials Point"; const searchString = "Tutorials Point"; document.write("Original string: ", str); document.write("<br>Search string: ", searchString); document.write("<br>Is string '", searchString,"' found in '", str, "' or not? ", str.includes(searchString)); </script> </body> </html>
输出
上述程序返回 'true'。
Original string: Welcome to Tutorials Point Search string: Tutorials Point Is string 'Tutorials Point' found in 'Welcome to Tutorials Point' or not? true
示例 2
如果我们将searchString和position参数都传递给此方法,它将从指定位置开始搜索searchString。
以下是 JavaScript 字符串includes()方法的另一个示例。在此示例中,我们在字符串“Hypertext Markup Language”中从起始位置12搜索搜索字符串'text'。
<html> <head> <title>JavaScript String includes() Method</title> </head> <body> <script> const str = "Hypertext Markup Language"; const searchString = "text"; let position = 12; document.write("Original string: ", str); document.write("<br>Search string: ", searchString); document.write("<br>Position: ", position); document.write("<br>Is string '", searchString,"' found in '", str, "' or not? ", str.includes(searchString, position)); </script> </body> </html>
输出
执行上述程序后,它返回 'false'。
Original string: Hypertext Markup Language Search string: text Position: 12 Is string 'text' found in 'Hypertext Markup Language' or not? false
示例 3
正如我们前面讨论的那样,这是一个区分大小写的方法,因此它将“hi”和“Hi”视为两个不同的值。例如:“hi how are you”.includes("Hi") 方法返回'false'。
<html> <head> <title>JavaScript String includes() Method</title> </head> <body> <script> const str = "hi how are you"; const searchString = "Hi"; document.write("Original string: ", str); document.write("<br>Search string: ", searchString); document.write("<br>Is string '", searchString,"' found in '", str, "' or not? ", str.includes(searchString)); </script> </body> </html>
输出
上述程序返回 'false'。
Original string: hi how are you Search string: Hi Is string 'Hi' found in 'hi how are you' or not? false
示例 4
如果 searchString 是正则表达式(正则表达式),则此方法将抛出'TypeError'异常。
<html> <head> <title>JavaScript String includes() Method</title> </head> <body> <script> const str = "hi how are you"; const searchString = /\w+/; document.write("Original string: ", str); document.write("<br>Search string: ", searchString); try { document.write(str.includes(searchString)); } catch (error) { document.write("<br>", error); } </script> </body> </html>
输出
执行上述程序后,它将抛出 'TypeError' 异常。
Original string: hi how are you Search string: /\w+/ TypeError: First argument to String.prototype.includes must not be a regular expression