我試圖從這個標記採取內部文本內的文字:從選擇
<span ng-if="vm.totalRecords > 1" class="ng-binding ng-scope">
Displaying results 1-25 of 17,430
</span>
使用這個選擇:
document.querySelectorAll('div.Dashboard-section div.pure-u-1-1 span.ng-binding.ng-scope').innerText
它返回undefined
。任何建議我做錯了什麼?