Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -52,7 +52,7 @@ request(url, function(error, response, html){ //크롤링 | ... | @@ -52,7 +52,7 @@ request(url, function(error, response, html){ //크롤링 |
| 52 | jsonlist.push(temp); | 52 | jsonlist.push(temp); |
| 53 | jsonobj[Graphic_card_info[i].name] = temp; | 53 | jsonobj[Graphic_card_info[i].name] = temp; |
| 54 | } | 54 | } |
| 55 | - fs.writeFileSync("test.json",JSON.stringify(jsonlist)); | 55 | + //fs.writeFileSync("test.json",JSON.stringify(jsonlist)); |
| 56 | /* | 56 | /* |
| 57 | fs.writeFile('test2.json',JSON.stringify(jsonobj),function(err){ | 57 | fs.writeFile('test2.json',JSON.stringify(jsonobj),function(err){ |
| 58 | if(err){ | 58 | if(err){ | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment