('#country').on('change', function(){ let id = $(this).find(':selected').data('id'); console.log(id); });
確定! 回上一頁