📄 web.config
字号:
<configuration>
<system.web>
<!-- This setting is configured so that only authenticated users can visit any of the
pages in the Moderate directory -->
<authorization>
<allow roles="Forum-Moderators" />
<allow users="Forum-Administrators" />
<deny users="*" />
</authorization>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -