扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.prefs类abstractpreferences的类成员方法: getdouble定义及介绍
发布时间:2014-2-17
本文导语:
getdouble
public double getdouble(string key,
double def)
根据 preferences.getdouble(string,double) 中的规范实现 getdouble 方法。
此实现调用 get(key, null)。如果返回值为非 null,则实现尝试使用 double.parsedouble(string) 将其转换为 do...
相关文章推荐: