一定要先hide(),才能設定fadeIn()顯示出來 <script type="text/javascript">(function($) {jQuery(document).ready(function($) { $('body').hide(); $('body').fadeIn(1000);});})();</script>