摘要: function convertUnderline($str , $ucfirst = true) { $str = ucwords(str_replace('_', ' ', $str)); $str = str_replace(' ','',lcfirst($str)); return $ucfirst ? ucfirst($str) ... 阅读全文
posted @ 2016-11-17 15:37 浮尘微光 阅读(1023) 评论(0) 推荐(0)