【发布时间】:2017-07-13 00:50:24
【问题描述】:
在 Java 程序中,我有一个指向我的共享图片的链接。链接有效,但图片不会显示。我尝试了 html 文件中的代码。有相同的行为。如果我使用像芯片徽标这样的一般图像,那么它就可以工作。所以我认为问题是特殊链接引用者!?任何想法,我如何工作?
这是我生成的测试代码:
<a href="https://onedrive.live.com/?authkey=%21AEUxxUA0VvArz2g&cid=4292473ABC84F877&id=4292473ABC84F877%21137&parId=4292473ABC84F877%21134&o=OneUp"> <img src="https://onedrive.live.com/?authkey=%21AEUxxUA0VvArz2g&cid=4292473ABC84F877&id=4292473ABC84F877%21137&parId=4292473ABC84F877%21134&o=OneUp" width="400" height="400" border="0" alt="I can't see the picture, but the link is working. Please click this picture."></a>
【问题讨论】:
-
放你的示例java代码
标签: java html image hyperlink referer