event.target.tagName
中的tagName屬性他返回的就是當前元素標簽的大寫名稱
例如:
看到代碼 alert (event.target.tagName) ,它返回的就是<input id="app" type="button" @click="greet" value="問候語"> 中的大寫input標簽
記住:在 HTML 中,tagName 屬性的返回值始終是大寫的
event.target.tagName
中的tagName屬性他返回的就是當前元素標簽的大寫名稱
例如:
看到代碼 alert (event.target.tagName) ,它返回的就是<input id="app" type="button" @click="greet" value="問候語"> 中的大寫input標簽
記住:在 HTML 中,tagName 屬性的返回值始終是大寫的
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。