We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
要使用base64编码的图片,目前<img src="data:image/png;base64,XXXXX"/>这样可以用,但是我直接用IImage就不行了,能不能给IImage的src属性也增加DataURI的判断?
<img src="data:image/png;base64,XXXXX"/>
The text was updated successfully, but these errors were encountered:
已经支持了, 在 dev 分支上.
Sorry, something went wrong.
No branches or pull requests
要使用base64编码的图片,目前
<img src="data:image/png;base64,XXXXX"/>
这样可以用,但是我直接用IImage就不行了,能不能给IImage的src属性也增加DataURI的判断?The text was updated successfully, but these errors were encountered: