我想显示一个图像,其源是外部链接。这是在浏览器中工作但不在模拟器中工作
Foreign collection SelectionValue for field 'children' column-name does not contain a
foreign field of class Location.
答案 0 :(得分:0)
我在Android设备上测试过一个简单的img标签,图片显示得很好。
<img src="http://183.82.99.100:9080/emp/GetPhoto?empId=7">
可能是您的仿真器未连接到Internet 代码本身很好。