module 'urllib' has no attribute 'urlopen
这种情况的解决办法就是将urllib改成urllib.request就行了
cannot use a string pattern on a bytes-like object
html=html.decode('utf-8')