2017年5月11日
摘要: /** * 获取其他与本对象相关的属性键值对 * @param key * @return */ public Object getProperties(String key) { if (this.properties != null) { Object value = this.properti 阅读全文
posted @ 2017-05-11 17:38 天命风流 阅读(552) 评论(0) 推荐(0) 编辑