
- 帖子
- 8
- 积分
- 134
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2009-6-22
|
回答一下,希望有更精彩的教程出来
Option Explicit
Dim strMessage, strTitle, dtmToday, strToday, intResult
strMessage = "Hello World!"
'Qustion1
'strTitle = "askyer"
'Qustion2
strTitle = InputBox("请输入用户名:")
intResult = MsgBox (strMessage, vbYesNo,strTitle)
'Qustion4
MsgBox intResult
'Qustion3
dtmToday = Date
strToday = CStr(dtmToday)
MsgBox strToday |
-
1
评分人数
-
-
rat:
答案不完整,加油PB + 10
|