test$('button').click(function(){var me = $(this);var next = me.data('next') || '这是后面的值', text = me.text();me.text(next).data('next', text);});