2018年4月12日
摘要: <script type="text/javascript"> var obj = { a: 1, fn: function(){ }, c:{ d: 5 } }; console.log(obj.hasOwnProperty('a'));//true console.log(obj.hasOwnP 阅读全文
posted @ 2018-04-12 14:52 仔仔爱学习 阅读(287) 评论(0) 推荐(0)