方法一:
<QueryOptions> <ViewAttributes Scope="Recursive" /> </QueryOptions>
方法二:
<View Scope="RecursiveAll"> <Query> <Where>...</Where> </Query> </View>