lists = portTest.lists(arg1, arg2)
// this returns the lists from webservice in java
// public String[] list1;
// public String[] list2;public String[] list3;
// i want to get the random element in the list,
// not the first, second or any selected item.
elementinthelist = lists.list1[0]
如何生成從列表如何從Jython腳本的列表中隨機獲取值?
我在Jython中寫testscript隨機元。我打電話使用磨牀工具
它的工作,謝謝:) – srp