$("#use1").focus('請輸入你的用戶名...',info1);function info1(e){
$("span").text(e.data);
}上面這個格式會了,下面這種怎么傳值?$("#use1").on("focus",info1);
就是把 請輸入你的用戶名... 傳到 info1() 里
jQuery 這種格式怎么傳入值?
拉風(fēng)的咖菲貓
2018-08-14 10:09:58