Finally, you can pass a combination of a string and a node-set as parameters.
最后,您可以将字符串和节点集的组合作为参数来传递。
This structure takes advantage of Python's ability to treat methods as variables and pass them as arguments in exactly the same way a string or integer would be passed.
这种结构利用了Python可以将方法视为变量并可以将它们作为参数传递(传递的方式与传递字符串或整数相同)的优势。
As you might know, the Jython wsadmin scripting object methods can pass either a list of strings (as you see here) or a string of lists (which you saw earlier).
Jython wsadmin脚本对象方法可以传递字符串列表(这里看到的情况),也可以传递列表的串(前面看到的情况)。
应用推荐