a2774206
Results
2
comments of
a2774206
请问一下实例中 var $ = cheerio.load(sres.text); sres.text是新建并复制cnode.org 内容? 是否可以直接写成爬取的网址
修改 components/menu/index.js ``` $route:function(r){ if(this.$route.path!=r.path){ this.updateMenu(); } } ```