Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以通过任何介质读取原始二进制数据的 AS3 ByteArray的替代品吗?
也许加载一个 TXT 文件并逐字节访问字符?有任何想法吗?
搜索base64 - 就是这样做的。
“Socket 类使 ActionScript 代码能够建立套接字连接并读取和写入原始二进制数据。它类似于 XMLSocket,但不规定接收或传输数据的格式。”