摘要: 1 $str1="是你"; 2 $strA = trim($str1); 3 $lenA = strlen($strA); 4 $lenB = mb_strlen($strA,"utf-8"); 5 ... 阅读全文
posted @ 2014-10-08 14:47 麦田守望者~ 阅读(348) 评论(0) 推荐(0)
摘要: 1 您的 wx_openid: %s code: %s state: %s 38 订单记录";39 $resultStr = sprintf($textTpl, $weixin_openid, $code, $state);40 41 echo $resultStr ... 阅读全文
posted @ 2014-10-08 10:47 麦田守望者~ 阅读(1442) 评论(0) 推荐(0)