赞
踩
let b = [...Array(10000).keys()].filter(x=>{ return x.toString().length > 1 && x === Number(x.toString().split('').reverse().join('')) })