parent
27668d62cc
commit
fd3e95a5e4
@ -1,3 +1,12 @@ |
|||||||
function SrcXPath(html,note,type){ |
function SrcXPath(html,note,array){ |
||||||
|
try{ |
||||||
|
if(array==1){ |
||||||
|
return xpathArray(html, note); |
||||||
|
}else{ |
||||||
|
return xpath(html, note); |
||||||
|
} |
||||||
|
}catch(e){ |
||||||
|
log(e.message) |
||||||
|
} |
||||||
return ""; |
return ""; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue