删除 SrcXPath.js

pull/1/head
jevons0411 3 years ago
parent 166bf3a3a3
commit 4cdfd395d2
  1. 12
      SrcXPath.js

@ -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…
Cancel
Save