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.
我是 java 新手,想知道如何按照JavaDocsGDate的规定使用。
GDate
..我需要在程序开始时导入任何东西吗?
是的,org.apache.xmlbeans.GDate
org.apache.xmlbeans.GDate
如何声明一个对象?
GDate gDate = new GDate(/* See JavaDocs for constructors */);
有关构造函数,请参阅JavaDocs。