提交 9c47c183 编写于 作者: F feilong

fix bug

上级 b58a2129
# -*- coding: UTF-8 -*-
# 作者:幻灰龙
# 标题:基本的 Python 处理
......
# -*- coding: UTF-8 -*-
# 作者:幻灰龙
# 标题:错误码处理
......
# -*- coding: UTF-8 -*-
# 作者:幻灰龙
# 标题:错误码处理
......
# -*- coding: UTF-8 -*-
# 作者:幻灰龙
# 标题:状态存储
......
# -*- coding: UTF-8 -*-
# 作者:幻灰龙
# 标题:参数校验
......
# -*- coding: UTF-8 -*-
# 作者:幻灰龙
# 标题:Python tornado 框架
......
# -*- coding: UTF-8 -*-
# 作者:行走的人偶
# 标题:BeautifulSoup
......@@ -18,5 +17,6 @@ def test():
'<p><img src="http://example.com"/><img src="http://example.com"/></p>')
print(imgs)
if __name__ == '__main__':
test()
# -*- coding: UTF-8 -*-
# 作者:行走的人偶
# 标题:lxml解析网页
......@@ -29,5 +28,6 @@ def test():
imgs = fetch_text(html)
print(imgs)
if __name__ == '__main__':
test()
\ No newline at end of file
test()
# -*- coding: UTF-8 -*-
# 作者:行走的人偶
# 标题:lxml解析网页
......@@ -29,5 +28,6 @@ def test():
imgs = fetch_text(html)
print(imgs)
if __name__ == '__main__':
test()
\ No newline at end of file
test()
# -*- coding: UTF-8 -*-
# 作者:行走的人偶
# 标题:lxml解析网页
......@@ -29,5 +28,6 @@ def test():
imgs = fetch_text(html)
print(imgs)
if __name__ == '__main__':
test()
\ No newline at end of file
test()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册