日期:2014-05-17 浏览次数:20865 次
int year=2012; int month=2; int day=7; string adate=year.tostring()+'-'+month.tostring()+'-'+day.tostring();