web.config
<profile>
<properties>
<group name="Font">
<add name="fontname" type="string" defaultValue="Arial"/>
<add name="fontsize" type="int" defaultValue="12"
</group>
</properties>
</profile>
页面调用 string FontName=profile.Font.fontname;
web.config
<profile>
<properties>
<group name="Font">
<add name="fontname" type="string" defaultValue="Arial"/>
<add name="fontsize" type="int" defaultValue="12"
</group>
</properties>
</profile>
页面调用 string FontName=profile.Font.fontname;
1805
6629

被折叠的 条评论
为什么被折叠?