摘要:
转载自:https://www.runoob.com/go/go-environment.html Go 语言支持以下系统: Linux FreeBSD Mac OS X(也称为 Darwin) Windows 安装包下载地址为:https://golang.org/dl/。 如果打不开可以使用这个 阅读全文
摘要:
with open("/Users/lucy/Downloads/final.txt") as file: for line in file: l = line.split() if l[1][0:3] == "Use" and l[1][len(l[1]) - 2:] == "GC": print 阅读全文