这样可以吗?
来源:1-16 编程练习
雨之赞歌
2019-01-16 15:53:52
<?php $str='FunCTION_deFINe_TYpe'; $str=strtolower($str); $str=str_replace('_',' ',$str); $str=ucwords($str); $str=str_replace(' ','_',$str); echo $str;
1回答
好帮手慕查理
2019-01-16
您好,可以哦~棒棒哒!
0 学习 · 4928 问题
相似问题
回答 1