<script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ alert($("p:first").hasClass("intro")); //顯示 ...
確定! 回上一頁