Number中无split方法。(Uncaught TypeError: a.split is not a function) 因为当调用split的时候,Number不能自动类型转换为String类型。