2016-09-30 76 views

回答

2

您应该使用data-* attributes

像:

<a href="#" data-foo="value1" data-bar="value2">Link</a> 
相关问题