描述: 測試對象是否是純粹的對象(通過 "{}" 或者 "new Object" 創(chuàng)建的)
object用于測試是否為純粹的對象
jQuery.isPlainObject({}) // true jQuery.isPlainObject("test") // false