会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
where there is a will, there is a way!
博客园
首页
新随笔
联系
管理
订阅
2024年3月13日
js中的includes用法
摘要: js中的includes用法 1.数组 includes 可以判断一个数组中是否包含某一个元素,并返回true 或者false ['a','b','c'].includes('a') true ['a','b','c'].includes(1) false includes可以包含两个参数,第二个参
阅读全文
posted @ 2024-03-13 13:47 front-gl
阅读(2332)
评论(0)
推荐(0)
编辑
公告