- ©«¤l
- 218
- ¥DÃD
- 73
- ºëµØ
- 0
- ¿n¤À
- 290
- ÂI¦W
- 0
- §@·~¨t²Î
- WIN10
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¤k
- µù¥U®É¶¡
- 2014-5-19
- ³Ì«áµn¿ý
- 2022-11-29
|
¦^´_ 4# Scott090
S¤j~¸É¥R¤@¤U¡A§Ú¬O¥Î¥H¤U3¬qµ{¦¡½X´ú¸Õªºdim cc as date, m%, s%
dim t0
t0=timer
cc = cdate((timer-t0)/86400)
m = Minute(cc)
s = second(cc)
msgbox "°õ¦æ®É¶¡: " & m & " ¤À " & s & " ¬í"
dim t0
dim m%,s%
t0=timer
s=int(timer-t0)
m=s\60
s=s-m*60
xxxxxxxxxxxxx(µ{¦¡½X)
msgbox "°õ¦æ®É¶¡: " & m & " ¤À " & s & " ¬í"
dim s%
dim t0
t0=timer
s=int(timer-t0)
msgbox "°õ¦æ®É¶¡: " & s\60 & " ¤À " & s mod 60 & " ¬í" |
|