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.
我希望能够将文件放入变量中,以便与它进行交互。例如,我可以将一个 wav 文件放入一个变量中并播放它,而无需分发单独的文件。例如,这是否可能通过使用 Base64。例如,我见过一些 Python 程序在代码中嵌入了图像。
是的,您可以想象将二进制 .wav 文件的内容存储为静态的 uuencoded 文本数组。
可能更好的方法是为您的二进制数据创建一个“资源”:
http://msdn.microsoft.com/en-us/library/xbx3z216.aspx