对应配置文件如下:
<?
xml version="1.0" encoding="utf-8"
?>
<
configuration
>
<
configProtectedData
/>
<
appSettings
>
<
add
key
="currencyService"
value
="http://www.microsoft.com/services/currencyService.asmx"
/>
<
add
key
="creditCardValidationService"
value
="http://www.microsoft.com/services/cc.asmx"
/>
</
appSettings
>
</
configuration
>
效果如图:

<?
xml version="1.0" encoding="utf-8"
?>
<
configuration
>
<
configProtectedData
/>
<
appSettings
>
<
add
key
="currencyService"
value
="http://www.microsoft.com/services/currencyService.asmx"
/>
<
add
key
="creditCardValidationService"
value
="http://www.microsoft.com/services/cc.asmx"
/>
</
appSettings
>
</
configuration
>
效果如图:
