一、运行结果
二、源码
# -*- coding:utf-8 -*-
import urllib
import urllib2
import re
import os
import codecs
class NBA(object):
def __init__(self, team = ur'(热火vs马刺)'):
self.base_url = ur'http://www.zhibo8.cc'
self.team = team
def g
一、运行结果
二、源码
# -*- coding:utf-8 -*-
import urllib
import urllib2
import re
import os
import codecs
class NBA(object):
def __init__(self, team = ur'(热火vs马刺)'):
self.base_url = ur'http://www.zhibo8.cc'
self.team = team
def g