首頁 >> 堂主曰誌

 
  
完整字句 所有相關字 任一相關字
日誌分類
講其他
講影視
講電腦
講電玩
講玩樂
講音樂

2004/7/30 上午 11:32:29•>>_ 講其他 _<<•_[ 本日誌連結 ]_
--

星期五:

下面那個問題的答案已經有人解了,感謝網友黃sir(結果不是數學公式,噗!!)。
i=1

for n= 0 to 10
 aaa = (80) And  i
 if aaa <> 0 then
   str = str & 1
 else
   str = str & 0 
 end if 
 i = i + i
next
Response.Write str