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 日
如果觉得我的文章对你有用,请随意赞赏