js如何判断一个字符串是以某个字符串开头?
web前端
substr() : if("hello world".substr(0, 5) == "hello"){ console.log(true); } s…
2022年8月27日
这家伙真懒,个人简介没有填写…