你好! 很高兴在这里见到你! ** function minimumNumber ( numbers ) { const arrPrimes = [ 1 ] ; nextPrime: for ( let i = 2 ; i <= 41000 ; i ++ ) { for ( let j = 2 ; j < Math . sqrt ( i ) ; j ++ ) { if ( i % j === 0 ) continue nextPrime ; } arrPrimes . pu