To split a string with dot, use the split() method in Java. str.split("[.]", 0);. The following is the complete example. Example. Live Demo
確定! 回上一頁