2015-06-19 86 views

回答

0

我找到了一種方法,(對於任何一個誰越過了同樣的問題去)

<trycatch> 
    <try> 
     <call target="A" /> 
    </try> 
    <catch> 
     <call target="B" /> 
    </catch> 
</trycatch> 
相關問題