【Java】String split

String[] parts = str.split("\\.");

而非

String[] parts = str.split("\.");
Licensed under CC BY-NC-SA 4.0
Last updated on Sep 23, 2024 00:00 UTC
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy