完整的URL由这几个部分构成:
1 | scheme://host:port/path?query |
名词解释:
1 | scheme:通信协议.常用的http,https,ftp,maito等. |
具体片段使用实例:
1 | const { |
获取url参数数组
1 | var url = "http://127.0.0.1/e/action/ShowInfo.php?classid=9&id=2"; |
输入参数名,输出参数值
1 | /** |
1 | /** |
1 | /** |
满满正能量
1 | scheme://host:port/path?query#fragment |
1 | scheme:通信协议.常用的http,https,ftp,maito等. |
1 | const { |
1 | var url = "http://127.0.0.1/e/action/ShowInfo.php?classid=9&id=2"; |
1 | /** |
1 | /** |
1 | /** |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
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