第一頁
返回
繼續
最後一頁
概覽
影像
Event設定
$("document").ready(function(){
init();
}); //onload
function init(){
$("#bot").click(function(){
go();
}); }//onclick