Properties 中 get 和 getProperty 的区别

Properties 继承自 Hashtable

 Properties 中 get 传入Object 的  key 返回 Object 类型的 value

 Properties 中 getProperty 传入String 类型 key 返回 String 类型的 value

原文地址:https://www.cnblogs.com/listenerxx/p/14285100.html