摘要: 阅读全文
posted @ 2020-04-30 01:13 请多指教w 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 不废话直接开始... { "h/H": { "prefix": "h/H", // 触发的关键字 输入h或H按下Enter键 "body": [ "<!DOCTYPE html>", "<html>", "", "<head>", " <meta charset=\"UTF-8\">", " <ti 阅读全文
posted @ 2020-03-07 13:37 请多指教w 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 或的高级用法 console.log(true || true); // true console.log(true || false); // true console.log(false || true); // true console.log(false || false); // fals 阅读全文
posted @ 2020-02-13 00:44 请多指教w 阅读(828) 评论(0) 推荐(0) 编辑
摘要: What? json全称:JavaScript 对象表示法(JavaScript Object Notation)。 json定义:jason是一种轻量级的数据交换格式,它基于 ECMAScript (JavaScript Programming Language, Standard ECMA-26 阅读全文
posted @ 2020-01-22 22:06 请多指教w 阅读(344) 评论(0) 推荐(0) 编辑