鲤鱼盼望

文章
4
资源
0
加入时间
2年10月17天

【JS基础】startsWith()方法

startsWith()方法startsWith()方法用来判断当前字符串是否是以另外一个给定的子字符串“开头”的,根据判断结果返回 true 或 false参数:str.startsWith(searchString [, position])searchString要搜索的子字符串position在 str 中搜索 searchString 的开始位置,默认值为 0,也就是真正的字符串开头处示例:var str = "To be, or not to be, that is t