这些字符串要有规律或放在数组中,现已放在数组中为例:
aa[10]
for (i=0;i<=10,i++)
{
val=a[i];
re=/\./g;
c=val.match(re);
if (c=="")
   {alert(a[i]);}}