s = f.Path.toUpperCase() + ""; //文件路径 s += "建立时间: " + f.DateCreated + " "; s += "最后访问时间: " + f.DateLastAccessed + " "; s += "最后修改时间: " + f.DateLastModified ; return(s); } var filespec="H:\\javascript\\source\\文件操作方法.txt"; document.write(...