折合多少页 👁️ 4 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面这段程序,填写它打印出来的结果。PAGE = 4096 kb = 204800 print(str(kb) + "/" + str(kb * 1024 // PAGE) + "/" + str(PAGE))
全部评论