波斯日历 // ptime_test.go type pMonthname struct { month Month name string } type amPmNamestruct { ap AmPm name string } type pdate struct { year int month Month } type gdate struct { year int month time. Month day int } type dateConversion struct { persian pdate gregorina gdate }