$ ( " button " ) . click ( function ( ) { $ ( " p " ) . clone ( ) . appendTo ( " body " ) ; } ) ;

尝试一下 »