📄 web.config
字号:
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings/>
<connectionStrings/>
<system.web>
<authentication mode="Forms">
<forms loginUrl="Login.aspx"/>
</authentication>
<compilation debug="true"/></system.web>
<system.net>
<mailSettings>
<smtp deliveryMethod="network">
<network host="smtp.tom.com" port="25" userName="yourname" password="yourpassword"/>
</smtp>
</mailSettings>
</system.net>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -