2024年11月25日

摘要: import sys # 重定向标准输出到标准错误输出(终端的输出) sys.stdout = sys.stderr 阅读全文
posted @ 2024-11-25 20:28 张博的博客 阅读(22) 评论(0) 推荐(0) 编辑

导航