<?php 
	$str = "adsfasdfasdfasdfasdfssee";
	$str_array = str_split($str);
	$count =  array(array_count_values($str_array));
	print_r($count);
?>

相关文章:

  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-22
  • 2021-11-20
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案