PHP实现BASE64订阅转换PHP Code<?php $str = file_get_contents("base64.txt", "r") or die("Unable to open file!"); echo base64_encode($str); ?> File在站点根目录新建base64.txt即可 最后修改:2023 年 12 月 05 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏