代码如下,有没有同学知道什么情况呀const readline = require('readline')const rl = readline.createInterface({ input: process.stdin, output: process.stdout,})let now = 0let a = 0let b = 0let flag = a.length > b.lengthrl.on('line', function (line) { now++ if (now === 1) { a = line...