我想在<div>
<h1>Header</h1>
</div>
<div id="main">
Adjust the height
</div>
中写一个带有日期和时间的文件。例如C:\ Users \ PC \ program \ NewDATA_15 / 06/2000 00.35.57.txt。 Absolute Path
是文件名。
答案 0 :(得分:0)
而不是\\
和/
使用File.separator
进行所有文件操作。
并在日期部分查看Johnny Mopp已经评论过的链接:Convert java.util.Date to String