Use the string split method on "name" field in sys_user table. Check this code. var name = "ABC XYZ"; var splitName = name.split(' '); // use space as a ...
確定! 回上一頁