let newHref = oldHref.replace('jquery', 'javascript'); //置き換えた値をa要素のhref属性に設定する link.setAttribute('href', newHref); ...
確定! 回上一頁