我如何实现以下目标:
document.all.regTitle.innerHTML = 'Hello World';
使用jQuery regTitle我的div ID 在哪里?
regTitle
$("#regTitle").html("Hello World");