我有以下永远需要的方法:
<?xml version="1.0" encoding="utf-8"?>
<TemplateClass xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Accounts>
<Account>
<Name>First name</Name>
<Region>First region</Region>
</Account>
<Account>
<Name>Second name</Name>
<Region>Second region</Region>
</Account>
</Accounts>
</TemplateClass>
如何加快速度?