技术栈
startswith
橙色日落
8 个月前
前端
·
javascript
·
es6
·
endswith
·
字符串方法
·
startswith
js ES6判断字符串是否以某个字符串开头或者结尾startsWith、endsWith
startsWith:startsWith方法用于检查字符串是否以指定的字符串开头。 endsWith:endsWith方法用于检查字符串是否以指定的字符串结尾。