摘要: ``` def lyric(song): html = urllib.urlopen('http://s.music.163.com/search/get/?type=1&s=%s&limit=9' % song).read() text = json.loads(html) name = text['result']['songs'][2]['name'] id1... 阅读全文
posted @ 2017-04-16 22:09 idlewith 阅读(386) 评论(0) 推荐(0) 编辑