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