<h1 @click="getInner($event)">获取文本内容</h1>methods: { getInnerr (e) { console.log(e.target.innerHTML) }