去他的余数看是否是0 如果是0 就是整除。不知道你用啥程序?ASP问题if i mod 5 =0 thenresponse.write "能被5整除"end if
用取整函数。if i/j=int(i/j) then ....end if