<a href="#" _asd="xxxx" onclick="test(event)">test</a>
<sceipt>
function test(event){
console.log(event.target._asd.value);
}
</script>
console打印:xxxx
文章标签 javascript自定义标签属性 文章分类 JavaScript 前端开发
<a href="#" _asd="xxxx" onclick="test(event)">test</a>
<sceipt>
function test(event){
console.log(event.target._asd.value);
}
</script>
console打印:xxxx
SpringBoot自定义starter
Document
如果能在自己的网页中使用自定义的标签是不是很酷呢,比如了,在<style></style>标签
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M