js如何利用substring()
函数实现字符串截取,下面web建站小编给大家详细介绍一下substring()
的基本用法!
基本用法:
string.substring(A, [B])
参数介绍:
参数名 | 描述 |
---|---|
A | 介于0和1小于字符串的长度的整数。 |
B | (可选)介于0和字符串的长度的整数。 |
示列介绍:
var str = "web建站教程"; console.log('输出结果:',str.substring(1,2)) //输出结果: e console.log('输出结果:',str.substring(3)) //输出结果: 建站教程
上面是“js如何实现截取字符串(substring的基本用法)”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3874.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!