Code Monkey home page Code Monkey logo

nodejs-crawldata's Introduction

▬▬▬▬.◙.▬▬▬▬
  ▂▄▄▓▄▄▂                                                        ╫►►        ▁▁ ▓
◢◤ █▀▀████▄▄▄▄▄▄▄◢◤            ● ● ● ▄▄▄▄▄▄▄████▮                ╫       █████████
█  NATEE'S GITHUB █▀▀▀▀╬            ▂▃▄▅████▀▀▀████▅▄            ╫    ▟██⍁██⍁██⍁███▙
◥█████████◤                       ▄█████ FRONTEND █████▄       ▜████ LEARN PYTHON ████▛
══╩════╩══                         ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲◤         ▜███████████████████▛╬
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

👽 信息

大家好,我是 natee,一个前端工程师,产品体验官 👋

💯 学习

🛠 技能和工具

JavaScript TypeScript HTML5 CSS3 Bootstrap jQuery Vue.js Angular Webpack Rollup Nodejs MongoDB Git GitLab GitHub PhothoShop Sketch Visual Studio Code Sublime Text ...

💬 联系我

Gmail Badge Wechat Badge QQ Badge

🚦 统计信息

nodejs-crawldata's People

Contributors

natee avatar

Stargazers

 avatar  avatar

Watchers

 avatar

nodejs-crawldata's Issues

关于gb2312乱码问题

解决方案来源

'use strict';

const charset = require('superagent-charset');
const request = require('superagent');
charset(request);

request
  .get('news.qq.com/news.baidu.com')
  .charset('gbk')
  .end((err, res) => {
    console.log('--------------->', res.text);
  });

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.