看一下这个小程序有没有语法错误?谢谢!
thisform.label1.caption=str(year(2005)),4)+"年"+str(month(date(5),2)+"月"+str(day(date(3),2)+"日"
thisform.label2.caption=time(17:04:25)
这里有什么语法错误
需要显示:2005年5月3日
17:04:25
thisform.label1.caption=str(year(2005)),4)+"年"+str(month(date(5),2)+"月"+str(day(date(3),2)+"日"
thisform.label2.caption=time(17:04:25)
这里有什么语法错误
需要显示:2005年5月3日
17:04:25
这样是很简单.
我想弄明白上面的那种写法在语法上有没有错误啊?
谢谢了.