• 2022-06-11
    【单选题】以下用法正确的是()。
    A: var p=document.querySelector('p'); p.text('abc');
    B: var h5=$('h5'); h5.innerText='h5';
    C: $(document.querySelector('h2')).textContent('h2');
    D: $(document.querySelector('h2')).text('h2');