1、字符串开头是不是 a
startsWidth('a');
2、字符串结尾是不是 a
endsWidth('a');
3、字符串连接 (返单引号 + ${})
let content = '文字内容';
let str = `<div>
<span>${content}</span>
</div>
`
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
网友评论