split example 0. let names = 'Pat,Xio,Alex'; let splitString = split(names, ','); text(splitString[0], 5, 30); text(splitString[1], 5, 50); ...
確定! 回上一頁