innerText是指一个元素里的文本内容 innerHtml是指一个元素里的HTML内容 eg: <span id="text" onmouseover="this.innerText='数字'">文字</span>