2015-07-17 Python列表解析 简单的列表表达式: sq = [ x**2 for x in range(4)] for s in sq: print s 结果: 0 1 4 9 Newer Shadowsocks配置 Older Python for 的运用