Home > Q&A > body text
How does jquery get the url address of the background image?
世界只因有你2017-05-19 10:43:23
$("#target").css("background-image").split("\"")[1]
Get the content first and then split the string to get it