隨手寫個註冊域名程序,你自己可以擴展,這只是三位字母的。
<%
'製作:默飛
'asp程式製作:http://mofei.xinxiu.com
b1="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"
b2=split(b1,",")
for ii1=0 to ubound(b2)
for ii2=0 to ubound(b2)
for ii3=0 to ubound(b2)
response.write b2(ii1)&b2(ii2)&b2(ii3)&".com<br>"
next
next
next
%>
上面產生的結果,<500複製到http://cn.dncom.com/domain/multi_domain_names_check.html
可以批量看網域是否被註冊