📄 sol15-7.vbs
字号:
'get a reference to the file data.txt in Root directory of site 3 on Thor
Set objFile = GetObject("IIS://thor/W3SVC/3/Root/data.txt")
objFile.AccessWrite = False
objFile.SetInfo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -