document.write("
Date.asTime(str)
2010年07月26日 ezj。Date.asTime(str) 判断 str 是否是符合“时:分:秒”或“时:分:秒.毫”时间格式的字符串。语法Date.asTime(str)参数str&n
http://www.itpow.com/c/2010/07/JHEX6VMA8E3TWUM0.asp
Date.asTime(hour, minute, second[, millisecond])
2010年07月26日 // false,毫秒最大值为 999alert(Date.asTime(13, 14, 15)); // truealert(Date.asTime(13, 14, 15, 67)); // tru
http://www.itpow.com/c/2010/07/597SJUES71DD71RG.asp
Date.asDate(str)
2010年07月26日 返回 ezj。Date.asDate(str) 判断 str 是否是符合“年-月-日”日期格式的字符串。语法Date.asDate(str)参数str str
http://www.itpow.com/c/2010/07/MHPX7GQEIT7H089K.asp
Date.from(str)
2010年07月27日 返回 ezj。Date.from(str) 将字符串类型的日期或日期时间转换成日期时间并返回。语法Date.from(str)参数str string。要转
http://www.itpow.com/c/2010/07/6IHY6JJIF8BY2JZJ.asp
Date.asDateTime(str)
2010年07月26日 返回 ezj。Date.asDateTime(str) 判断 str 是否是符合日期时间格式的字符串。语法Date.asDateTime(str)参数str&nbsp
http://www.itpow.com/c/2010/07/VQS4DRELEM5KZN4N.asp
Date.asDateTime(year, month, day, hour, minute, se
2010年07月26日 999alert(Date.asDateTime(2010, 2, 29, 13, 14, 15)); // false,2010 年 2 月只有 28 天alert(Date.asDateTim
http://www.itpow.com/c/2010/07/P1MIK71RGSVS5OH8.asp
string1.equalsIgnoreCase(str)
2010年06月08日 qualsIgnoreCase(str)参数str string。要比较的另一个字符串。返回值字符串是否忽略大小写相等。示例var str = "A"
http://www.itpow.com/c/2010/06/WUVI4QYLA5YT69QH.asp
Number.from(str)
2010年05月31日 str) 将字符串类型的数字转换成数字并返回。语法Number.from(str)参数str string。要转换的字符串。返回值number。若 str
http://www.itpow.com/c/2010/05/2882OEWTEOVNUKTC.asp
Date.is(v)
2010年07月26日Date.is(v) 判断 v 是否是 Date 类型。语法Date.is(v)参数v any。要判断的变量或表达式。返回值boolean。v 是否是 Date 类型
http://www.itpow.com/c/2010/07/4UTWFGNOH9L3S286.asp
Len(str)<=2 还是 Len(str)<3
2007年08月16日 于或等于 2 就如何如何,那么选用 Len(str) &lt;= 2。如果需求说:字符串长度没有达到 3 就如何如何,那么选用 Len(str) &lt; 3。举例来说:用户
http://www.itpow.com/c/2007/08/65JZJ2WNHSM7TYOL.asp
")