【发布时间】:2025-12-25 17:30:11
【问题描述】:
我想在 AS3 中编码/解码一个字符串:
var string:String = "This is an text";
encode(string) 将给出例如:yuioUasUenUwdfr。decode(encoded(string)) 将给出:This is an text。
它不必是安全的或任何东西。
【问题讨论】:
标签: flash actionscript-3 string decode encode