一个以'\0'结尾的11位字符串,都是数字字符,将其转化为Long型的数并返回
用VC作。
long型保存不到这么大的数字
得用__int64 的 下面例子
__int64 value = 0; value = _atoi64( str );