函数说明: 判定字符串是否具有转换成数值的合法格式
语法: isnumber( string )
参数说明: string 字符串表达式
返回值: 布尔型
示例:
例1:isnumber("abc") 返回:false
例2:isnumber("1234") 返回:true