attrib -s -h D:\1.txt attrib +s +h D:\1.txt s表示系统属性、h表示隐藏属性。 “-”为显示,“+”为隐藏。 复制代码
attrib -s -h D:\1.txt attrib +s +h D:\1.txt s表示系统属性、h表示隐藏属性。 “-”为显示,“+”为隐藏。