The method split() belongs to String , not to Array . To make this work, you must define your data as String data = "3.5,2.3,4.2,5.4,7.4 ...
確定! 回上一頁