美文网首页
6、字符串

6、字符串

作者: my木子 | 来源:发表于2018-07-22 13:51 被阅读0次

    1、字符串开头是不是 a
    startsWidth('a');

    2、字符串结尾是不是 a
    endsWidth('a');

    3、字符串连接 (返单引号 + ${})

    let content = '文字内容';
    let str = `<div>
                      <span>${content}</span>
                  </div>
    
    `
    
    

    相关文章

      网友评论

          本文标题:6、字符串

          本文链接:https://www.haomeiwen.com/subject/ytvlmftx.html