2016-04-21 80 views

回答

0

您只需將其刪除,然後重新添加:

<appSettings> 
    <remove key="TestKey" /> 
    <add key="TestKey" value="TestValue0" /> 
    ...