随手写个注册域名程序,你自己可以扩展,这只是三位字母的。
1
2'制作:默飞
3'asp程序制作:http://mofei.xinxiu.com
4b1="a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
5b2=split(b1,",")
6for ii1=0 to ubound(b2)
7for ii2=0 to ubound(b2)
8for ii3=0 to ubound(b2)
9response.write b2(ii1)&b2(ii2)&b2(ii3)&".com
<br/>
1"
2next
3next
4next
用上面生成的结果,<500复制到 http://cn.dncom.com/domain/multi_domain_names_check.html
可以批量看域名是否被注册