import java.text.SimpleDateFormat
public class NowString {
public static void main(String[] args) {
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"猜或)//设置日期格式
System.out.println(df.format(new Date()))// new Date()为获取当亮冲前穗键伍系统时间
}
}
就我所知 貌似不能像C那么简单搞定因为java最后都是编译成.class文件 所以也许你可以通塌让盯过找到对应的.class文件的最后修改时间来当作编译时滑肆间团和
File file = new File("MyClass.class")
long time = file.lastModified()
仅供参考
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)