目前我的离线1应用中没有显示我的在线图片存在问题。我回来的网址是: “http://localhost:8100/api//users/assetpackages/client/uploads/8e0c38c538eae5fb42408e6042e8b64a.jpeg”。 我收到错误代码404 Not Found。
我正在使用的代码是:
<img ng-src="{{apiUrl}}/{{user.profile}}" alt="">
答案 0 :(得分:1)
可能{{apiUrl}}/{{user.profile}}
{{apiUrl}}{{user.profile}}
应该是JSONObject xmlJsonObj = XML.toJSONObject(new String(buf, "utf-8"));
而中间没有斜线。