摘要:
XSLT的精髓是递归。 <xsl:template name="loopI"> <xsl:param name="i" select="1" /> <xsl:call-template name="loopJ"> <xsl:with-param name="j" select="1" /> </xs 阅读全文
posted @ 2019-11-12 09:39
不及格的程序员-八神
阅读(49)
评论(0)
推荐(0)
不及格的程序员-八神 |
|