php获取汉字拼音的第一个字母复制代码 代码如下:复制代码 代码如下:function getfirstchar($s0){ $firstchar_ord=ord(strtoupper($s0{0})); if (($firstchar_ord>=65 and $firstchar_ord=48 and $firstchar_ord=-20319 and $asc=-20283 and $asc=-19775 and $asc=-19218 and
为什么要使用设计模式?
设计模式,我的理解是为了达到“可复用”这个目标,而设计的一套相互协作的类。
感兴趣的读者可以阅读《design patterns: elements of reusable object-oriented software》,四位作者(gang of four)在书中列举了业界闻名的23种设计模式。
这里先介