想获取JD的商品价格,但返回的JSON总是错误,各位帮忙看看,谢了
function getJSON(){ jQuery.getJSON("http://p.3.cn/prices/get?", "skuid=J_1320250627&type=1&area=1_72_2799", function(data, textStatus, jqXHR){ alert("return JSON is "+textStatus); if (textStatus="success"){ //var jdata=jQuery.parseJSON(data); alert(data.p); }});}
--
FROM 171.221.254.*