上一页 1 ··· 11 12 13 14 15
该文被密码保护。 阅读全文
posted @ 2020-02-15 11:26 10132714 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-02-14 20:33 10132714 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 什么是URL? URL是统一资源定位器(Uniform Resource Locator)的缩写,也被称为网页地址,是因特网上标准的资源的地址。 URL举例 http://www.sohu.com/stu/intro.html http://222.172.123.33/stu/intro.html 阅读全文
posted @ 2020-02-14 20:20 10132714 阅读(148) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-02-14 17:03 10132714 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-02-14 14:17 10132714 阅读(0) 评论(0) 推荐(0) 编辑
摘要: def super(cls, inst): mro = inst.__class__.mro() return mro[mro.index(cls) + 1]1.inst 代表MRO列表2.定位当前类在MRO中的索引,返回索引+1的位置 class A: def hahaha(self): prin 阅读全文
posted @ 2020-02-10 12:05 10132714 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15