<div class="codetitle"> <span><a style="CURSOR: pointer" data="22080" class="copybut" id="copybut22080" onclick="doCopy('code22080')"><u>複製程式碼</u></a></span> 程式碼如下:</div> <div class="codebody" id="code22080"> <br>$(function() { <br>$('table tr td('table tr :not(:last-child)').mouseover(function() { <br>val = $(this).text().trim(); <br>$(this).attr({title:val} ); <br>}) <br>}); <br> </div>