原生JS用怎么取代jquery中的$("p")jquery 中的$("p"),获取所有p元素并且为对象用原生js,怎么取代这个jquery方法document.getElementsByName("p")是不行的 $(document.getElementsByTagName('p'));