?? config.web
字號:
<!--config.web 請放入FormCfg.aspx所在目錄-->
<configuration>
<!--申明一個test配置段-->
<configsections>
<add name="test" type="System.Web.Configuration.DictionarySectionHandler" />
</configsections>
<test>
<!--配置一個鍵key,其內容為just a configure test-->
<add key="key" value="just a configure test" />
</test>
</configuration>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -