弄了一晚上还是不行,代码如下:
content = re.sub(r'http://www.xiami.com/song/(\w+)', r'<embed src="http://xiami.com/widget/0_\1/singlePlayer.swf" type="application/x-shockwave-flash" width="257" height="33" wmode="transparent"></embed>', content)
return content
content = re.sub(r'http://www.xiami.com/song/(\w+)', r'<embed src="http://xiami.com/widget/0_\1/singlePlayer.swf" type="application/x-shockwave-flash" width="257" height="33" wmode="transparent"></embed>', content)
return content