how to show this background image

后端 未结 6 2156
别跟我提以往
别跟我提以往 2021-01-16 19:18

you can open it using browser, but I cannot display the background image in these code. what problem it is?




         


        
6条回答
  •  耶瑟儿~
    2021-01-16 19:58

    You'll need to set a height for the

    with the background image.

    Edit: Sorry, did not notice the space in the url. Also make sure that when there is a space in the URL path to the image to enclose the url with quotes.

    In this case, since the styling is inlined with double quotes ", wrap the url in single quotes '.

    You could try:

      

提交回复
热议问题