摘要: const name = 'kelly', age = 18; const html = `<div> <p>name: ${name}</p> <p>age: ${age}</p> </div>` const obj = {a:10,b:20,c:30} const {a,c} = obj con 阅读全文
posted @ 2018-04-02 17:05 web前端kelly 阅读(171) 评论(0) 推荐(0) 编辑