源代码网整理以下PHP技巧:得到一个字符串的最后一个字符
源代码网整理以下<?php得到PHP中最后一个字符str = " www.dwww.cn ";var = trim(str);len = strlen(var)-1;echo var{len};?>