摘要: class VirtualMemory { r = 0; s = 0; score = 0; constructor (score) { this.r = Math.floor(Math.random() * 1e7 + 1157); this.set(score); } check () { if 阅读全文
posted @ 2025-03-27 11:03 浪浪辛 阅读(9) 评论(0) 推荐(0)