2020-02-20から1日間の記事一覧

JSで:beforeのbackground-imageを取得し、その中のURL()を取得する

var bg_url = window.getComputedStyle(document.querySelector('div'), ':before').getPropertyValue('background-image'); var app_path = appbg_url.slice(4, -1).replace(/"/g, "");