该函数返回 $str 的一个副本,并将在 $from 中指定的字符转换为 $to 中相应的字符。
如果 $from 与 $to 长度不相等,那么多余的字符部分将被忽略。
string strtr ( string $string , string $from , string $to )