CSS Ribbon

Reproducing the GitHub Ribbon in CSS

2018年8月7日

路飞学城Python-Day38(第四模块思维导图)

摘要: 阅读全文

posted @ 2018-08-07 13:51 pandaboy1123 阅读(248) 评论(0) 推荐(0)

python小练习

摘要: def wrapper(f): def inner(*args,**kwargs): ret = f(*args,**kwargs) #被装饰的函数 print('*'*int(ret)) return ret return inner @wrapper def read_num(): while 阅读全文

posted @ 2018-08-07 10:33 pandaboy1123 阅读(158) 评论(0) 推荐(0)

导航