摘要: querySelector和querySelectorAll的用法和getElementBy大致一样,获取的时候带上符号,getElementBy获取的是元素的动态集合,querySelector获取的是元素的静态集合。 但是需要注意:getElementBy系列和querySelector系列的区 阅读全文
posted @ 2020-12-04 10:42 anghunk 阅读(194) 评论(0) 推荐(0)
摘要: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! my-app@0.1.0 start: `react-scripts start` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the my 阅读全文
posted @ 2020-12-02 09:47 anghunk 阅读(833) 评论(0) 推荐(0)