Heim > Fragen und Antworten > Hauptteil
make ${text}bold
Ich versuche, innerhalb des Backtick-Operators Stile auf TEXT anzuwenden.
P粉2960800762024-04-01 09:13:46
在反引号中插入样式
const content = document.getElementById('content') var text = 'text' content.innerHTML = `make ${text} bold`