After I call WeChat's image selection or camera interface to get the localId of the image, can I display the image through <img src=localId>?
If not, how should I display the image?
曾经蜡笔没有小新2017-05-19 10:45:05
Thanks for the invitation, yes. It is available in the WeChat demo. The localid can be displayed directly in src.
PHP中文网2017-05-19 10:45:05
I don’t know if the WeChat interface will work. But the code below will definitely work
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|