问题描述
简单的是或否问题,我90%确信不是.但是我不确定.
Simple yes or no question, and I'm 90% sure that it is no... but I'm not sure.
Base64字符串可以包含制表符吗?
Can a Base64 string contain tabs?
推荐答案
这取决于您的要求.如果您询问制表符是否可以使用base-64编码,那么答案是是",因为它们可以与任何其他ASCII字符一样对待.
It depends on what you're asking. If you are asking whether or not tabs can be base-64 encoded, then the answer is "yes" since they can be treated the same as any other ASCII character.
但是,如果您询问base-64输出是否可以包含制表符,那么答案是否定的.以下链接针对的文章详细介绍了base-64,其中包括哪些字符被认为有效:
However, if you are asking whether or not base-64 output can contain tabs, then the answer is no. The following link is for an article detailing base-64, including which characters are considered valid:
http://en.wikipedia.org/wiki/Base64
这篇关于Base64字符串可以包含选项卡吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!