int len){
		byte[] substr = new byte[len];
		System.arraycopy(str.getBytes(), s-1, substr, 0, len-1);
		str = new String(substr);
		return str.trim();
	}

相关文章:

  • 2022-03-05
  • 2022-12-23
  • 2021-11-27
  • 2021-06-29
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2021-10-12
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2021-05-30
  • 2021-07-15
  • 2021-08-17
相关资源
相似解决方案