摘要: <?php/* 自动生成防伪码 带有前缀 可自行设置长度 */$length = 10;$result = codingone($length);echo $result;function codingone($num){ /* 判断生成规则 */ $str_arr = array('0','1', 阅读全文
posted @ 2016-05-06 17:49 流年沉默的如此苍凉╰╮ 阅读(629) 评论(0) 推荐(0)