当我提供一个int作为time.Date for month的参数时,它可以工作(
Example):
@H_403_10@time.Date(2016,1,time.UTC)
为什么,当我尝试将字符串转换为int然后使用该变量时,我得到错误:
cannot use mStr (type int) as type time.Month in argument to time.Date