$(document).ready(function() { $('div').mouseenter(function() { $(this).fadeTo('fast',1); }); $( ...
確定! 回上一頁