摘要: 先看代码$x=array("aaa","","ccc","ddd","");$str = "LAMP"; $str1 = "LAMPBrother"; $strc = strcmp($str,$str1);echo $strc; switch ($strc){ ... 阅读全文
posted @ 2015-11-21 21:48 sharedistance 阅读(436) 评论(0) 推荐(0)