<script> const _getUniqueNums = (start, end, n) => { // 补全代码 var min = Math.ceil(start) var max = Math.floor(end) ...