摘要: EMCAScript 6 又叫 es2015 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script> const a = "hello"; console.log(a); 阅读全文
posted @ 2018-01-26 16:02 Cool· 阅读(390) 评论(0) 推荐(0) 编辑