在 python 中创建设置文件的最简单方法是什么

发布于 2024-12-28 05:10:21 字数 194 浏览 1 评论 0原文

我只是在做一些东西来启动我的世界,我需要一种方法来将一些设置保存到文件中,但我不知道应该用什么来做到这一点。我已经用谷歌搜索了我的问题,我得到的是关于 pyYaml configparser 和 configobj 我相信的信息。看完之后我很困惑,因为我不喜欢脚本和 python。我想要的是关于使用这些模块或你们建议的模块的建议或教程。 我正在使用 python 3.2

I am just making something to start up minecraft with , and I need a way to save some settings to a file , but I have no idea what I should use to do it . I googled my question already and what I got was information about pyYaml configparser and configobj I belive.And after looking at it I got confused because im not to scripting and python. What I would like is a recommendation or a tutorial on using those modules or the modules that you guys suggest .
I am using python 3.2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未蓝澄海的烟 2025-01-04 05:10:21

我会使用 configparser,文档末尾有示例/教程: http://docs.python.org/library/configparser.html#examples

I would use configparser, and there are examples/tutorial at the end of the documentation: http://docs.python.org/library/configparser.html#examples

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文