javascrip中有几种判断数据类型的办法,不同的场景使用不同的方法 typeof
、 Object.prototype.toString.call
、 instance of
从输入URL到渲染出整个页面的过程包括以下部分:
1、DNS解析URL的过程
2、浏览器发送请求与服务器交互的过程(3次握手)
3、浏览器对接收到的html页面渲染的过程
4、浏览器和服务器断开连接(4次握手)
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true