摘要:
# -*- coding: utf-8 -*- def triangles(): yield [1] # n = 0 第一行 yield [1, 1] # n = 1 第二行 b, n, old = 0, 2, [1, 1] # 从第三行开始 n = 2 newL = list(range(n + 1)) while b < n: ... 阅读全文
posted @ 2019-04-25 16:17
lishidefengchen
阅读(205)
评论(0)
推荐(0)
摘要:
.crx 文件类型:Chrome Extension 扩展名为.crx的文件是一个插件文件。 解压:使用7zip 修改: notepad++ 打包: Chrome 扩展项 阅读全文
posted @ 2019-04-25 10:19
lishidefengchen
阅读(1118)
评论(0)
推荐(0)

浙公网安备 33010602011771号