When iteration is involved, abnormal termination or forced skipping is inevitable. In jQuery's each function, there is the following relationship:
continue :return true;
break :return false;
Direct return will also jump out of jQuery.
Set the drop-down list to select and terminate the iteration