var html = $(selector).html();html=html.replace(new RegExp(keyword,'g'),'<font color="red">'+keyword+'</font>');$(selector).html(html);
確定! 回上一頁