{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported&qu

解决方法:

1、进入head安装目录;

2、cd _site/

3、编辑vendor.js  共有两处

      ①. 6886行   contentType: "application/x-www-form-urlencoded

           改成

         contentType: "application/json;charset=UTF-8"

      ②. 7573行 var inspectData = s.contentType === "application/x-www-form-urlencoded" &&

        改成

            var inspectData = s.contentType === "application/json;charset=UTF-8" &&

上一篇:php编码问题:PHP开发中的中文编码问??PHP教程 Web开??疯狂代码


下一篇:前端学习-02 jQuery结束each循环、模板字符串、css的@charset