jQuery选择器,选择html内容时名称中有空格的解决办法
2021-03-29 16:26
标签:ack 图片 classname selector ace ons question 解决办法 code 参考:https://stackoverflow.com/questions/1988483/jquery-selector-classname-with-space 今天在写nodejs爬虫,用的是cheerio,不过和jQuery基本没差别 比如要选择其中的 一开始尝试:console.log(${".table table-sm table-bordered"}.text())。是无效的,什么也不会输出。 谷歌一通后找到了答案: 成功获取内容 参考链接的例子是这样的: jQuery选择器,选择html内容时名称中有空格的解决办法 标签:ack 图片 classname selector ace ons question 解决办法 code 原文地址:https://www.cnblogs.com/mrlonely2018/p/12606921.html,但class名称包含空格。
文章标题:jQuery选择器,选择html内容时名称中有空格的解决办法
文章链接:http://soscw.com/index.php/essay/69594.html