摘要: 一、效果图 二、http.js网络请求封装 import { config } from '../config.js' import md5 from 'js-md5' import { aes_encrypt, aes_decrypt } from '@/utils/aes_endecrypt.j 阅读全文
posted @ 2022-05-04 14:22 样子2018 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: 一、加密方式一 function encode_file_contents($filename, $dst = '') { $type=strtolower(substr(strrchr($filename,'.'),1)); if ('php' == $type && is_file($filen 阅读全文
posted @ 2022-05-04 10:49 样子2018 阅读(745) 评论(0) 推荐(0) 编辑