我需要img src从一个Object中的字节数组中设置属性.
<img id="profileImage">
<spring:bind path="object.profilePicture">
<input type="file" name="profilePicture" id="profilePicture" path="profilePicture">
</spring:bind>
Run Code Online (Sandbox Code Playgroud)
我需要img在输入标记的上面显示该字节数组.
每当我尝试运行eclipse时,我的系统崩溃了.当出现要求我选择工作区的窗口时会发生这种情况.我已经安装了JDK和Maven,并从官方网站下载了Eclipse