截取字符串 富文本里的内容

<p><video src="https://ktqxtwo.zishike.cn/uploads/20210112/cb0046c7255ffdd78cf4fc498c9bad86.mp4" type="video/mpeg4" width="550" height="400" autostart="false" loop="true" controls="controls" /></p><p>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</p>

我想要截取video里的src内容

先获取字符串的下标 在截取内容 空格也算一个字符串

      let start = con.indexOf('video src="');
      let end =con.indexOf('type="video/mpeg4"');
      console.log(start);
      console.log(end)
      console.log(con. substring(start+11,end-2))
      var video = ''
//如果出现-1 说明没有找到
     if(start == -1){
         video = ''
      }else{
         video = con.substring(start+11,end-2)
      }

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值