1 Star 0 Fork 0

UnlightedOtaku/spider_practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
9工具2.py 784 Bytes
一键复制 编辑 原始数据 按行查看 历史
UnlightedOtaku 提交于 2020-07-06 05:39 . Initial commit
# # 尝试绘制图片
# # 2-11 的对应 1-9 然后 0
# import matplotlib.pyplot as plt
# import re
#
# str = """"
# <contour>
# <pt x="297" y="714" on="1"/>
# <pt x="262" y="674" on="0"/>
# <pt x="160" y="612" on="0"/>
# <pt x="111" y="598" on="1"/>
# <pt x="111" y="516" on="1"/>
# <pt x="212" y="546" on="0"/>
# <pt x="279" y="614" on="1"/>
# <pt x="279" y="0" on="1"/>
# <pt x="361" y="0" on="1"/>
# <pt x="361" y="714" on="1"/>
# </contour>
# """
#
#
# x = [int(i) for i in re.findall(r'<pt x="(.*?)" y=', str)]
# y = [int(i) for i in re.findall(r'y="(.*?)" on=', str)]
#
# print(x)
# print(y)
#
# plt.plot(x, y)
# plt.show()
code = '&#xF52C' + ';'
code = code.encode('utf-8')
print(code)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangguangfeifei/spider_practice.git
git@gitee.com:yangguangfeifei/spider_practice.git
yangguangfeifei
spider_practice
spider_practice
master

搜索帮助