2012-01-30 86 views

回答

3

concat可以作为一个资源集合,所以你可以在一个loadresource使用它:

<loadresource property="the.property"> 
    <concat> 
    <file file="foo.txt" /> 
    <file file="another_file.txt /> 
    <string>You can put any resource in here, not just files!</string> 
    </concat> 
</loadresource> 

现在the.property属性将包含concat内的所有资源的串联。 (当你说变量时,我假设你的意思是一个蚂蚁属性。)

+0

太棒了。完全错过了!非常感谢 – Industrial 2012-02-01 22:10:49