摘要: package modelsimport ( "encoding/json" "errors" "fmt" "github.com/astaxie/beego" "github.com/astaxie/beego/logs" "github.com/garyburd/redigo/redis" "t 阅读全文
posted @ 2020-07-31 13:55 post&get 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 用到的php函数 substr_replace(string,replacement,start,length) strlen();实现功能 根据用户的权限 银行卡隐藏中间12位数字 $admin = array("超级管理员","财务经理","财务查询"); $admin_name = $_G['... 阅读全文
posted @ 2015-11-12 16:57 post&get 阅读(7595) 评论(0) 推荐(0) 编辑
摘要: 代码:$(function(){ $('div.left ul li a').each(function(){ if($($(this))[0].href==String(window.location)) $(this).parent().addClass('cur_li'); }); 阅读全文
posted @ 2015-11-10 15:31 post&get 阅读(737) 评论(0) 推荐(0) 编辑