#!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3 import urllib2
4 resp=urllib2.urlopen('https://www.cnblogs.com/ECJTUACM-873284962/')
5 html=resp.read()
6 print html