HTML data 属性
<a data-id="3456" data-name="ll" class="add" onclick="getid(this)"> 好好好好</a>
function getid(e){
var id=e.getAttribute("data-id");
console.log(e.dataset)
}
https://github.com/vuejs/awesome-vue
http://vue-loader.vuejs.org/
http://vuex.vuejs.org/
http://router.vuejs.org/zh-cn/essentials/getting-started.html
html 语义化的字符 链接地址
http://tool.oschina.net/commons?type=2
网友评论