IF (a == 1) {
B = 1;
C = 2;
D = 2;
e = 4;
f = 5;
} else IF (a == 2) {
B = 3;
C = 4;
...
} else IF (a == 3) {
B = 5;
C = 6;
...
} ........ (n such judgment)
1 xsl: with-param>
2 xsl: with-param>
2 xsl: with-param>
4 xsl: with-param>
5 xsl: with-param>
xsl: Call-Template>
xsl: when>
3 xsl: with-param>
4 xsl: with-param>
5 xsl: with-param>
xsl: Call-Template>
xsl: when>
xsl: choose>
xsl: template>
xsl: template>
转载请注明原文地址:https://www.9cbs.com/read-84548.html