pwxcoo / chinese-xinhua

:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用jquery jsonp调用接口在控制台为什么输出空白呢? 在网络请求里可以看到返回的数据。

Sunday-web opened this issue · comments

$.ajax({ type: "GET", url: "https://www.pwxcoo.com/dictionary?type=word&word=吴", dataType: "jsonp", success: function (result) { //成功的回调函数 console.log('新华字典'); console.log(result); } });

这个我也不知道诶,不过 API 服务下线啦,有需要的话可以自己下载数据集做处理和开发。