const readline = require('readline-sync')//引用readline-sync let s = 2;//错误的次数for (let i = 0; i < 3; i++) { console.log('请输入名:(由 ...
確定! 回上一頁