📄 web.config
字号:
<configuration>
<appSettings>
<!-- change following to suit your database -->
<add key="XroxCarsConnectString"
value="server=localhost;database=XroxCars;uid=anon;pwd=;" />
<!-- change following to adjust finance interest rates -->
<add key="XroxCarsInterestRate" value="4.75" />
<!-- change following to adjust premium price for metallic paint -->
<add key="XroxCarsMetallicPaint" value="375.00" />
<!-- following is email address used as "From" in email messages -->
<add key="XroxCarsWebmasterEmail" value="[you@your-site.com]" />
</appSettings>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -