金管會/金融智慧網

  • 金融商品介紹系列課程
  • 金融知識指南
$(document).ready(function() { setTimeout(function() { const $target = $('#products'); if ($target.length) { $('html, body').animate({ scrollTop: $target.offset().top }, 800); } }, 10000); });