Can I add a custom attribute to an HTML tag?

后端 未结 17 2623
醉话见心
醉话见心 2020-11-22 08:06

Can I add a custom attribute to an HTML tag like the following?


17条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 08:25

    Another approach, which is clean and will keep the document valid, is to concatenate the data you want into another tag e.g. id, then use split to take what you want when you want it.

    
     
    
    
    
    

提交回复
热议问题