#jquery中extend的用法 [1] [2] jQuery.extend( target [, object1 ] [, objectN ] ) Description: Merge the contents of two or more objects together into the first object. jQuery.extend( [deep ], target, object1 [, objectN ] ) deep Type: Boolean If true, the…