如何從此代碼獲取電話號碼?從這種類型的代碼獲取字符串
<div class="fl contact_item notLast">
<div class="grayPhone sprite-grayPhone fl icnLink"></div>
<div class="fl">
<script>
...
</script>1 (877) 530-0360
</div>
</div>
我試過這段代碼,但沒有成功。
if($(pageDetailsSecond).find('div.grayPhone > div.fl').length) {
var card_Phone = $(pageDetailsSecond).find('div.grayPhone').text(); }
else { var card_Phone = ''; }
有人請幫助我嗎?
謝謝。
您的代碼沒有孩子'div'一個帶班'grayPhone' – 2014-09-27 12:21:44
內部的電話號碼裏面'div.fl',不'div.grayPhone' – techfoobar 2014-09-27 12:23:26
總是DOM結構相似? – scunliffe 2014-09-27 12:23:58