【JS】查看字符串是否为 “Hello” 开头

gengboxb 286 0

startsWith() 方法

var str = "Hello world, welcome to the Runoob."; 
var n = str.startsWith("Hello");
console.log(n) // true

发表评论 取消回复
表情 图片 链接 代码

分享