简体   繁体   中英

How can I use images from backend server?

I try to diplay an Image which is stored on the backend server.

When I use an URL from another site it works.

<img src="https://www.qries.com/images/banner_logo.png">

But this does not work.

<img src="127.0.0.1/files/94632-test.png"/>

Can someone help me?

Thanks deceze!

It worked with adding the protocol.

<img src="http://127.0.0.1/files/94632-test.png"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM