摘要: 参考资料 Python 3 教程 文档环境 Windows 10 Python 3.10.1 # 查看python版本 python --version Python 3.10.1 # 查看帮助命令 python -h Python 交互模式 在终端输入 python 进入 Python 交互模式 阅读全文
posted @ 2022-06-16 07:39 流星<。)#)))≦ 阅读(466) 评论(0) 推荐(0)
摘要: 安装环境 安装包下载地址为:https://golang.org/dl/ 如果打不开可以使用这个地址:https://golang.google.cn/dl/ Windows 系统下安装 默认情况下 .msi 文件会安装在 c:\Go 目录下。你可以将 c:\Go\bin 目录添加到 Path 环境 阅读全文
posted @ 2022-06-16 07:38 流星<。)#)))≦ 阅读(218) 评论(0) 推荐(0)