PHP汉字转拼音

PHP汉字转拼音

<?php/** * 汉字转拼音 * Created by PhpStorm. * User: 刘抱 * Date: 2018/11/22 * Time: 17:40 */namespace Home\Services;class PinYinService{ //中文字符串 private static $string = ''; //拼... 阅读详情