0
當我撥打setDefaultLocalPrinter()
時,出現標題錯誤。如果我所說的跨度B Y形其ID這樣$("#spanId").text("test")
然後它的工作原理,但它並不像下面對象不支持屬性或方法'文本'
<span id="defaultLocalPrinterName<c:out value="${entry.index}"/>">Printer</span>
function setDefaultLocalPrinter(printerName) {
console.log("setDefaultLocalPrinter: " + printerName)
$('span[id^="defaultLocalPrinterName"]').each(function(){
this.text(printerName)
});
}
謝謝你Rayon,爲更正。 :) – Tushar