标签:art 元素定位 blog https .net 总结 bsp pat http
总结(站在他人的基础上,哈哈 。。。):
相邻元素定位,
前一位:
preceding-sibling::div[1]
后一位:
following-sibling::div[1]
前N位:
preceding-sibling::div[N]
后N位:
following-sibling::div[N]
参考博客:https://blog.csdn.net/Hanweijin_Kevin/article/details/77800621
xpath的高级使用:用xpath定位当前元素的相邻元素/兄弟元素
标签:art 元素定位 blog https .net 总结 bsp pat http
原文地址:https://www.cnblogs.com/fh-fendou/p/10395303.html