1、PHP:strtolower($str) 字符串转换为小写,strtoupper($str) 字符串转换为大写;ucfirst($str) 将第一个字符转换为大写,ucwords($str) 将每个单词的首字母转换为 ...
確定! 回上一頁