[問題] cheerio 選擇器的問題

看板Ajax作者 (dynastat)時間7年前 (2017/02/21 00:07), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/1
想請問一下 我用cheerio爬一段網頁的HTML長這樣 <div class="compTitle mb-10"> <h3 class="title"> <span class="fc-6th fz-15px">n.名詞</span> </h3> </div> 我用過$(h3[class=title])但是因為有其他h3的class也叫title所以會出現其他東西 可是如果改成 $("h3[class=title]","div[class=comTtile mb-10]").html()卻會顯示null $("div.comTtile mb-10 h3.title".html()也是一樣, 而且不知道div的class中間空一格會不會讓選擇器搞錯class? 請問有什麼方法可以只抓這個裡面的text呢? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.248.44.14 ※ 文章網址: https://www.ptt.cc/bbs/Ajax/M.1487606832.A.470.html

02/21 00:10, , 1F
就跟JQuery一樣的用法啊
02/21 00:10, 1F

02/21 00:38, , 2F
我懂了,謝謝回答
02/21 00:38, 2F
文章代碼(AID): #1OgnGmHm (Ajax)
文章代碼(AID): #1OgnGmHm (Ajax)