parent
166bf3a3a3
commit
4cdfd395d2
@ -1,12 +0,0 @@ |
|||||||
function SrcXPath(html,note,array){ |
|
||||||
try{ |
|
||||||
if(array==1){ |
|
||||||
return xpathArray(html, note); |
|
||||||
}else{ |
|
||||||
return xpath(html, note).trim(); |
|
||||||
} |
|
||||||
}catch(e){ |
|
||||||
log(e.message) |
|
||||||
} |
|
||||||
return ""; |
|
||||||
} |
|
Loading…
Reference in new issue