Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
private void Form1_Date (Object sender, System.EventArgs e) { System.TimeDate Date = System.DateTime.Get_Today(); }
我有编译错误,没有具体说明实际问题。
System.DateTime Date = System.DateTime.Get_Today();