网页
图片
视频
学术
词典
地图
更多
航班
笔记本
number format
美
英
un.
数字格式
网络
抽象类
英汉
网络释义
un.
1.
数字格式
1.
数字格式
...对象、Stream对象、分级(Classify)和
数字格式
(
NumberFormat
)对象等。
auction1.paipai.com
|
基于39个网页
2.
抽象类
简明Java笔记 - 觉先 - 博客园 ... nio 包
NumberFormat
抽象类
: SimpleDateFormat 类: ...
www.cnblogs.com
|
基于5个网页
例句
释义:
全部
全部
,
数字格式
数字格式
,
抽象类
抽象类
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Developers
use
the
NumberFormat
class
to
read
numbers
entered
by
users
and
format
output
to
be
displayed
for
users
to see
.
开发人员
使用
NumberFormat
类
来
读取
用户
输入
的
数值
,
并
格式化
将要
显示
给
用户
看
的
输出
。
www.ibm.com
2.
We
'll
take
a
quick
look
at
the
new
formatToCharacterIterator
method
and its
associated
NumberFormat
.
Field
class
.
我们
将
快速
浏览
一下
新
的
formatToCharacterIterator
方法
及其
关联
的
NumberFormat.Field
类
。
www.ibm.com
3.
In
anticipation
of
this
issue
,
the
API
includes
java
.
text
.
NumberFormat
.
的
方法
都
是
行不通
的
。
预料
到
这
一
问题
,
该
API
包含
java
.
www.ibm.com
4.
Fortunately
,
it
turns
out that
an
existing
NumberFormat
method
,
when
used
with
care
,
can
resolve
the
problem
.
幸运
地
是
,
原来
小心
地
使用
一个
现有
的
NumberFormat
方法
能够
解决
这
一
问题
。
www.ibm.com
5.
The
method
uses
NumberFormat
.
parse
(
String
)
for
validation
and
conversion
.
该
方法
使用
NumberFormat.parse
(
String
)
来
验证
和
转换
。
www.ibm.com
6.
The CurrentCulture
field
contains
the
following
fields
associated
with
the
current
culture
:
name
, dateTimeFormat,
and
numberFormat
.
CurrentCulture
字段
包含
与
当前
区域性
相
关联
的
以下
字段
:
name
、
dateTimeFormat
和
numberFormat
。
msdn2.microsoft.com
7.
The
basic
process
of
using
NumberFormat
is
to
get
an
instance
and
use
it
.
使用
NumberFormat
的
基本
过程
是
获得
一个
实例
并
使用
该
实例
。
www.ibm.com
8.
In
fact
,
NumberInput
uses
NumberFormat
for
formatting
the
values
displayed
in the
input
fields
.
事实上
,
NumberInput
使用
NumberFormat
对
输入
中
显示
的
值
进行
格式化
。
www.ibm.com
9.
In
addition
to MaskFormatter
,
you
can
use
the
DateFormat
and
NumberFormat
classes
from
the java
.
text
package
to
specify
the
input
format
.
除了
MaskFormatter
之外
,
您
还
可以
用
来自
java.text
软件
包
的
DateFormat
和
NumberFormat
类
指定
输入
格式
。
www.ibm.com
10.
(
Listing
6
shows
the
basic
use
of
Java
.
text
.
NumberFormat
to
parse
a
string
).
清单
6
通过
解析
一个
字符串
显示
了
Java.text.NumberFormat
的
基本
用法
。
www.ibm.com
1
2