我有以下代碼來獲取一些元標記信息。
$(pageDetailsSecond).('head').find('meta[name="description"]').attr("content");
我也試圖與這一個:
$(pageDetailsSecond).('meta[name="description"]').attr("content");
但它不工作。
我原來的步驟如下:
- 我得到一個頁面的源代碼
$.post()
。 - 我把所有的源頁面都寫入
$(pageDetailsSecond)
。 - 我想獲得一些meta標籤。
什麼用'。( '頭')'你的意圖? – gdoron 2014-10-01 23:06:39