package com.b;

public class Sysetm {

	public static void main(String[] args) {
		String a=new String("感谢专家,用户反馈,技术支持");
        String []b=a.split(",");
        System.out.println(b[0]);
        System.out.println(b[1]);
      System.out.println(b[2]);
       
        

	}

}

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案