python/pygame,将输入从一个类传递到另一个类
有一种方法可以将值或变量从一个类传递到另一个类,而不必通过
我正在使用 python 的主函数
there is a way to pass a value or a variable from a class to another class without having to pass through the main function
I'm using python
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您可以在特定对象的方法中访问其他对象的属性。例如:
well, of course you can access other objects attributes in methods of a specific object. e.g: