10 2022 档案

摘要:<?php header('Content-Type:application/json; charset=utf-8'); /** *MIFARE Classic Tool IC M1卡(门禁卡) *#wiegand34,#用于海康门禁,10位卡号 *#wiegand26,#用于微耕门禁,8位卡号, 阅读全文
posted @ 2022-10-26 12:22 钢锅 阅读(629) 评论(0) 推荐(0) 编辑
摘要:<script> /** *经典计算 */ var aaa ={ n:1, valueOf:function(){ return this.n++; } }; console.log( aaa==1&&aaa==2&&aaa==3&&aaa==4&&aaa==5 ); /** *经典计算++a和a+ 阅读全文
posted @ 2022-10-24 17:50 钢锅 阅读(28) 评论(0) 推荐(0) 编辑
摘要:见图: <?php /** * Desc: 微信web核心协议实现 */ function array_to_json($data) { $data = json_encode($data,JSON_UNESCAPED_UNICODE); return $data; } include 'webwe 阅读全文
posted @ 2022-10-21 12:10 钢锅 阅读(106) 评论(0) 推荐(0) 编辑