当我用C#写日期时
DateTime.Now.ToString("yyyy/MM/dd")
然后它返回2010-09-10,但我需要2010/09/10.如何使其输出斜线?
2010-09-10
2010/09/10
c# date-format
c# ×1
date-format ×1