Yuseunggeun

DB test

......@@ -52,7 +52,7 @@ request(url, function(error, response, html){ //크롤링
jsonlist.push(temp);
jsonobj[Graphic_card_info[i].name] = temp;
}
fs.writeFileSync("test.json",JSON.stringify(jsonlist));
//fs.writeFileSync("test.json",JSON.stringify(jsonlist));
/*
fs.writeFile('test2.json',JSON.stringify(jsonobj),function(err){
if(err){
......
This diff is collapsed. Click to expand it.