const jiaocheng_data = 'VGhpcyBpcyBhIHRlc3QgZnJvbSBqYW9vY2hlbmcgdGhhdCBiYXNlNjQgd2FzIGJhc2U2NCBlbmNvZGVkIGZvciB0aGUgdGVzdCB2YWx1ZSBhbmQgc3RyaW5n'; let decodedData = atob(jiaocheng_data);

for (let i = 0; i < 3; i++) { decodedData = atob(decodedData); }

console.log(decodedData); // This is a test from jaoocheng that base64 was base64 encoded for the test value and string

连续三次Base64解码JavaScript脚本

原文地址: https://www.cveoy.top/t/topic/nfQy 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录