done( function( data ) { var a = jQuery( '<a />' ); a.attr( 'href', data.url ); a.text( data.title ); jQuery( '#my-div' ).append( a ); });.
確定! 回上一頁