xpath 获取meta里的keywords及description的方法
2021-03-11 10:27
阅读:268
标签:属性 head htm path color col 方法 name content html中的head的meta元素中的keywords与description标签如下: xpath获取属性使用@属性名就行了,如 xpath 获取meta里的keywords及description的方法 标签:属性 head htm path color col 方法 name content 原文地址:https://www.cnblogs.com/kuba8/p/12839964.html
meta name="keywords" content="xxxx" >
meta name="description" content="xxxx">
//meta[@name=‘keywords‘]/@content[0]
//meta[@name=‘description‘]/@content[0]
上一篇:C语言while循环
下一篇:js对象常用手记
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:xpath 获取meta里的keywords及description的方法
文章链接:http://soscw.com/index.php/essay/63150.html
文章标题:xpath 获取meta里的keywords及description的方法
文章链接:http://soscw.com/index.php/essay/63150.html
评论
亲,登录后才可以留言!