Created
December 27, 2017 18:01
-
-
Save jacky810124/9ddbe0d73a18225fe397b6ff2950380d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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