标签:bsp dex get dsc ast tar 解决方法 while length
解决方法:
var x = target; var result = [] while (x.tagName != ‘BODY‘) { console.info(x.className, x.className.indexOf("needsClick")) if(x.className.indexOf("needsClick")>0) { result.push(x); } x = x.parentNode; } if(result.length>0) return true;
标签:bsp dex get dsc ast tar 解决方法 while length
原文地址:https://www.cnblogs.com/qzccl/p/9534775.html