摘要: ctypes常用函数 音频 阅读全文
posted @ 2023-08-23 21:06 天子骄龙 阅读(32) 评论(0) 推荐(0)
摘要: 格式: for 变量 in 序列: 执行的代码块 实例1: fruits = ["apple", "banana", "cherry"] for fruit in fruits: print(fruit) 阅读全文
posted @ 2023-08-23 20:15 天子骄龙 阅读(27) 评论(0) 推荐(0)