随机增加网站点击的一个不错的方法 原创
2017-02-06
36
thenumstr="1,1,6,1,1,9,1,1,3" thenumarr=split(thenumstr,",") randomize thernd=cint(rnd()*8)+1 thenum=thenumarr(thernd) if thenum=null then thenum=1 sqladd="update counts set hits=hits+"&thenum&" where title=""&title&""" msgbox th...