具有受保护可视性的成员函数可以由与该成员函数在同一个类中定义或其任何子类中定义的其它任何成员函数调用。
A member function with protected visibility can be invoked by any member function in the class in which it is defined or any subclasses of that class.
具有私有可视性的成员函数只能由与该成员函数在同一个类中定义的其它成员函数调用,而在子类中的成员函数不能调用该成员函数。
A member function with private visibility can only be invoked by other member functions in the class in which it is defined, but not in the subclasses.
函数调用中传递的参数顺序与函数定义中xsl:param的顺序对应。
In the function invocation, the order of parameters passed in corresponds to the the order of XSL: params in the function definition.
函数调用中传递的参数顺序与函数定义中xsl:param的顺序对应。
In the function invocation, the order of parameters passed in corresponds to the the order of XSL: params in the function definition.
应用推荐