2020年6月7日
摘要: 源文件: 股票代码,股票名称,当前价,涨跌额,涨跌幅,年初至今,成交量,成交额,换手率,市盈率(TTM),股息率,市值SH601778,N晶科,6.29,+1.92,+43.94%,+43.94%,259.66万,1625.52万,0.44%,22.32,-,173.95亿SH688566,吉贝尔, 阅读全文
posted @ 2020-06-07 08:00 jvincent 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: 首先关于装饰器 1。装饰器的功能实现 import timedef timmer(func): def wrapper(): start_time=time.time() res = func() stop_time=time.time() print('程序运行时间%s'%(stop_time-s 阅读全文
posted @ 2020-06-07 07:08 jvincent 阅读(112) 评论(0) 推荐(0) 编辑