会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
super行者
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
技术-编程-Python
[cite]The Python Tutorial
摘要:The Python Tutorial Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective
阅读全文
posted @
2019-01-13 05:00
super行者
python uses xml
摘要:#!/usr/bin/python import xml.etree.ElementTree as etree tree = etree.parse(wordbook.xml')root = tree.getroot()print len(root) entries = tree.findall('
阅读全文
posted @
2018-12-23 19:36
super行者