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.
当我使用ruby将png编码为base4时,它无法在android移动浏览器中显示。如下所示:
File.open(real_path, "rb") {|io| io.read}
我使用 Base64:encode64 方法,也不起作用.....
我发现编码的字符串以“YII==”结尾,但其他工作框架对 png 进行编码以“g==”结尾。这是解决这个问题的线索吗?
谁能给我一种编码在android浏览器上工作的png的方法?