最近需要把app的微信分享方法开放给webview,涉及到分享的图片,如果通过传送图片连接,那将要在后台再取一次图片文件,会影响速度,我选择webview把image以base64位编码的方式传给本地应用。 下面是实现的参考代码:
Image to base64 - jsFiddle demo by handtrix @import url('//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css'); body{ padding: 20px; } Input
Output
PS:这里再为大家提供一款在线图片转base64编码的工具供大家参考使用:
图片转换为base64编码在线工具:http://tools.jb51.net/transcoding/img2base64



