自动拆分字符串(当在用一个字符串模板去调用一个方法的时候,这个字符串模板里面表达式的值会自动赋给被调用方法中的参数)
function hello (template, name, age) { console.log(template); console.log(name); console.log(age); } var myName = "张三"; var getAge = function () { return 18; } hello`Hello, my name's ${myName}, i'm ${getAge()}`;
发表评论
侧栏公告
寄语
譬如朝露博客是一个分享前端知识的网站,联系方式11523518。
热评文章
标签列表
热门文章
友情链接