前端 跨域上传两张图片 获取返回值 不跳转页面

前端 跨域上传两张图片 获取返回值 不跳转页面
还有就是将两张图片和返回值显示在当前页面
<form action="http://192.168.1.124:8080/api/vas/comparison/two_faces/" method="post" enctype="multipart/form-data">
照片: <input type="file" name="sourceFace" /><br/>
证件: <input type="file" name="targetFace" /><br/>
<input type="submit" value="提交" />
</form>
下面是返回值:
{"status":"200","success":true,"msg":"","result":100}

第1个回答  2018-11-12
可以用js直接控制dom回填返回值啊追问

能不能帮我具体写一下,谢谢,没有思路

本回答被网友采纳