SOURCE

$(function(){
 $.ajax({
   url:'https://www.daydaycook.com.cn/daydaycook/server/recipe/search.do?name=&currentPage=0&pageSize=25&languageId=3&mainland=1&deviceId=PC&regionCode=156',
   headers:{
	signature:'2E40793C5980E4B9DEB6E7DB698A58E2',
	timestamp:'1489987842'
   },
    dataType: "JSON",
    type: "post",
    success: function (data) {
      alert(data);
    }
 });
})
console 命令行工具 X clear

                    
>
console