摘要: const tmpl = addrs => ` ${addrs.map(addr => ` ${addr.first} ${addr.last} `).join("")} `; const data = [ { first: "", last: "Bond" }, { first: "Lars", last: "... 阅读全文
posted @ 2017-04-22 10:48 Coca-code 阅读(148) 评论(0) 推荐(0)