正则表达式判断数字是否为质数
x => !/^,?$|^(,,+?)\1+$/.test(Array(++x))

Powered by Sairin