Skip to content

Instantly share code, notes, and snippets.

@GingerBear
Created May 27, 2015 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GingerBear/13854c1982871403e02b to your computer and use it in GitHub Desktop.
Save GingerBear/13854c1982871403e02b to your computer and use it in GitHub Desktop.
save page to local
// save
require('fs').writeFile("/Users/guanxiongding/Desktop/test.html", body, function() {});
// load
body = require('fs').readFileSync('/Users/guanxiongding/Desktop/test.html', {encoding: 'utf8'})
$ = require('bb_platform/node_modules/cheerio').load(body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment