现在我有一本这样的字典
Dictionary dict = new Hashtable();
dict.put("shipno", item.getShipNumber());
dict.put("addr", item.getFinalAddr());
dict.put("receiver", item.getReceiverName());
dict.put("phone", item.getReceiverPhone());
我将把这个字典传递给funcion Test()作为参数,我应该在'()'中放些什么
public static int Test(Dictionary)
这是正确的吗?谢谢!
哈士奇WWW
墨色风雨
相关分类