|
20精币
网址:http://adtaste.pceggs.com/2013TY/Gameinfoxin.aspx?id=316033
求取图片这里源码,
求各位大佬帮下忙
function GetAwordsetxin(htmlid, groupsid){ if ($("#" + htmlid).length <= 0) { alert("奖励设置表ID不存在,将无法显示奖励设置"); return false; } if ($("#" + htmlid).length > 1) { alert("存在相同的" + $("#" + htmlid).length + "张ID为【" + htmlid + "】的奖励设置表,将无法正常显示"); return false; } $.ajax({ dataType: "html", type: "get", data: { 'action': 'GetWordset', 'groupsid': groupsid, 'adid': G_ADID, 'userid': G_UserID }, cache: false, url: "/IndexMainStatic/qp/ajax/GetWordsetxin.ashx?random=Math.random", async: false, error: function () { alert("获取异常!"); }, success: function (msg) { $("#" + htmlid).append(msg); } }); }
找到这里,然后取不出来值 求大佬给解答下,jQuery玩不转.
|
最佳答案
查看完整内容
http://adtaste.pceggs.com/IndexMainStatic/qp/ajax/GetWordsetxin.ashx?random=Math.random&action=GetWordset&groupsid=1&adid=316033&userid=0&_=1530614219417
|