摘要: 编码: var a = $("#hid_Dev").val(); window.location.href = 'AccountList.aspx?dev=' + encodeURIComponent(a);//编码 //检测跨地区登陆设备解码:var a = ... 阅读全文
posted @ 2018-09-14 16:43 CharmingDang 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 这应该是我们在开发中经常用到的吧,主窗口和Iframe层之间传值实现我们各种需求,比如打开某条记录的详细数据….主窗口向Iframe层传值: //主窗口代码 layer.open({ type: 2, ... 阅读全文
posted @ 2018-09-14 15:37 CharmingDang 阅读(7924) 评论(1) 推荐(0) 编辑