更新 'SrcJyXunmi.js'

pull/1/head
src48597962 2 years ago
parent bb0c585817
commit 9d24344620
  1. 2
      SrcJyXunmi.js

@ -876,7 +876,7 @@ function xunmierji(type,ua) {
let contname = xpathArray(html, jsondata.dtUrlNode+'['+i+']'+jsondata.dtUrlSubNode+jsondata.dtUrlName);
log(contname)
//let conturl = xpathArray(html, '('+jsondata.dtNode+jsondata.dtUrlNode+')['+i+']'+jsondata.dtUrlSubNode+jsondata.dtUrlId);
let conturl = xpathArray(html, jsondata.dtUrlNode+'['+i+']'+jsondata.dtUrlSubNode+jsondata.dtUrlId);
let conturl = xpathArray(html, jsondata.dtUrlNode+'['+i+']'+jsondata.dtUrlSubNode+(jsondata.dtUrlId=="@href"?'/'+jsondata.dtUrlId:jsondata.dtUrlId));
log(conturl)
let cont = [];
for (let j = 0; j < contname.length; j++) {

Loading…
Cancel
Save