vue 提取当前的dom元素的文字 云小萝 2020-04-27 152 阅读1分钟 v-on:click="showVal($event)" showVal($event){ console.log($event.target.innerText) }