1、parseInt(string) 这个函数的功能是从string的开头开始解析,返回一个整数,说起来比较笼统,
parseInt("1234blue");//returns 1234
2、pars...
登录即可查看全部内容