|
fetch.fetch({
url: "https://tv.sohu.com/frag/vrs_inc/phb_tv_day_100.js",
dataType: 'json',
method: 'GET',
timeout: 3000,
success: function(rst) {
console.log(rst.data)
},
fail: function() {
}
});
fecth返回的信息不正确。是不支持这种类型的接口吗?
返回的data是图片内容的。
但是正常返回的应该是列表的形式。
|
|