How does jquery get the url address of the background image?

how does jquery get the url address of the background image?

Mar.14,2021

$("-sharptarget").css("background-image").split("\"")[1]

get the content first and then split the string to get


there is a problem running the Wechat browser on the ios system with the code upstairs. The acquisition path is empty. It is recommended to use the following

.
$("-sharp").css("backgroundImage").replace('url(','').replace(')','');
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37d80-2c0de.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37d80-2c0de.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?