摘要:1.MD5() 2.Sha1() 3.urlencode()方法用于加密,urldecode()方法用于解密 4.base64_encode ( ) 64位加密 base64_decode ( ) 解密
阅读全文
摘要:/** * 获取签名 微信分享 */ function getSignPackage() { $AppID='wx0492be96499b8b5c'; $AppSecret ='8218182e99f47db899c884b690f2d142'; $protocol = (!empty($_SERV
阅读全文
摘要:public function _initialize(){ header('Access-Control-Allow-Origin: *'); header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type,
阅读全文
摘要://html页面 <!doctype html><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="widt
阅读全文
摘要:<!doctype html><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-
阅读全文
摘要:<!doctype html><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-
阅读全文
摘要://html部分 <a href="#" data-status="{$vo.state}" data-urid="{$vo.id}" onclick="edit_status(this)"> {if $vo.state=='1'} <span class="span-btn"> 启用 </span
阅读全文