현재 날짜를 가져오는 방법 1:
Currentdate1=date() msgbox Currentdate1
현재 날짜를 가져오는 방법 2:
Currentdate2=year(Now)&"-"&Month(Now)&"-"&day(Now) msgbox Currentdate2
현재 시간 가져오기:
CurrentTime=Hour(Now)&":"&Minute(Now)&":"&Second(Now) m = "当前时间"& CurrentTime msgbox m
vbs 관련 추가 코드 현재 시간과 날짜를 얻으려면 PHP 중국어 웹사이트에 있는 기사에 주목하세요!