Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
glassfish 测试器中的每个参数都有所有 Web 服务方法的输入。传递整数、字符串等很容易,但是如何传递 List 呢?我正在尝试使用 java 语法,例如
new List().add(3)
但它不起作用。如何将列表对象作为参数传递?
在这种情况下最好使用序列化,因此传递序列化列表不是问题 - 它只是一个字符串。