076_自定义属性不能使用dom对象获取值

document.myValue;//错误

$(document).attr("myValue");//正确

原文地址:https://www.cnblogs.com/pogusanqian/p/12579199.html