Base64在线编码解码实现代码 演示与下载
在线演示地址:gb2312版本 http://tools.jb51.net/tools/base64_decode-gb2312.phputf8版本 http://tools.jb51.net/tools/base64_decode-utf8.php复制代码 代码如下:<?php header(‘Content-Type: text/html; charset=gb2312’); $txt1 = stripslashes(trim( @$_POST[‘text1’])); $button = @$_POST[‘button’]; $down = @trim($_GET[‘down’]);
用户评论