How does jquery get the url address of the background image?
$("#target").css("background-image").split("\"")[1]
Get the content first and then split the string to get it
Get the content first and then split the string to get it