• 大小: 6KB
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2025-12-24
  • 语言: 其他
  • 标签: base64  

资源简介

今天在国外网站上淘到一个很好用的AS3的BASE64类 感觉写得简洁而强大。很好,赶快放上来。 调用代码: import com . dynamicflash . utils . Base64 ; //编码和解码字符串 var source : String = "Hello, world" ; var encoded : String = Base64 . encode ( source ); trace ( encoded ); var decoded : String = Base64 . decode ( encod

资源截图

代码片段和文件信息

评论

共有 条评论