02 2023 档案

摘要:1.下载PHPEXCEL拓展包:https://codeload.github.com/PHPOffice/PHPExcel/zip/1.8 2.PHP文件 <?php header("content-type:text/html;charset=utf8"); include './Classes 阅读全文
posted @ 2023-02-02 10:27 SHACK元 阅读(819) 评论(0) 推荐(0) 编辑
摘要:/** * 中间加密 字符串截取法 */ function encryptTel1($tel1) { $new_tel = substr($tel, 0, 3).'****'.substr($tel, 7); return $new_tel; } /** * 中间加密 替换字符串的子串 */ fun 阅读全文
posted @ 2023-02-01 14:49 SHACK元 阅读(183) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示