摘要: import time,sysfor i in range(0,100): s="\r{mask:s}{name:s}".format(mask="="*i,name=str(i)+"%") time.sleep(0.1) sys.stdout.write(s) 阅读全文
posted @ 2018-06-20 10:09 雷神约 阅读(127) 评论(0) 推荐(0) 编辑
摘要: class Person(object): def __init__(self): self.name ="aaa" def defineName(self): self.name="hello" def getName(self): print(self.name) def __new__(cls 阅读全文
posted @ 2018-06-20 09:56 雷神约 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 梦想天空 关注前端开发技术 ◆ 推动 HTML5 & CSS3 技术发展 ◆ 本博客全新站点:yyyweb.com 欢迎围观:) 首页 管理 订阅 网页设计 JavaScript jQuery HTML5 CSS3 前端开发 免费模板 随笔- 2452 文章- 1 评论- 16107 使用 CSS3 阅读全文
posted @ 2018-06-20 09:08 雷神约 阅读(400) 评论(0) 推荐(0) 编辑