Skip to content

Instantly share code, notes, and snippets.

@jacky810124
Created December 27, 2017 18:01
Show Gist options
  • Save jacky810124/9ddbe0d73a18225fe397b6ff2950380d to your computer and use it in GitHub Desktop.
Save jacky810124/9ddbe0d73a18225fe397b6ff2950380d to your computer and use it in GitHub Desktop.
request({
url: 'website url',
//禁止使用預設編碼
encoding: null
}, (error, response, body) => {
//body: 爬回來的網站
if(body){
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment