摘要: 1 链式调用(jq),用python实现链式调用(对象.hello.world.add()) class Person: def hello(self): print('hello') return self def world(self): print('world') return self d 阅读全文
posted @ 2020-07-02 21:30 轻描丨淡写 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 本文内容皆为作者原创,如需转载,请注明出处:https://www.cnblogs.com/xuexianqi/p/13225770.html 一:web应用,http协议,web框架 1.IP+端口号 唯一确定一个应用 2.web框架是什么? 是用于进行Web开发的一套软件架构。大多数的Web框架 阅读全文
posted @ 2020-07-02 16:59 轻描丨淡写 阅读(221) 评论(0) 推荐(0) 编辑