摘要: 1. 了解extend jQuery.extend( { name: “John”, location: { city: “Boston” } }, { last: “Resig”, location: { state: “MA” } } ); =》{ name: “John”, last: “Re 阅读全文
posted @ 2018-01-24 11:35 seeBetter 阅读(92) 评论(0) 推荐(0)