-7
jQuery(document).ready(function() {
function insertAuthKey() {
jQuery.ajax({
url: '/misc.php?action=getAuthKey',
dataType: 'JSON',
success: function(res) {
jQuery('input[name=authKey]').val(res.key);
}
});
}
insertAuthKey();
jQuery('button[class=newAuthKey]').on('click', function() {
jQuery.get('/misc.php?action=newAuthKey', function(res) {
insertAuthKey();
})
});
});
IHAVE這個代碼就在這裏一個網站,在一個論壇上檢查會員的等級,如果是VIP,它會給一個關鍵,我可以得到的東西進入控制檯總是給關鍵?像現在的輸入告訴我:VIP需要
我正在投票結束這個問題 –
@米創意我也報告了這個問題,downvotes保持來的大聲笑。 SO有沒有downvote限制? – seahorsepip
我見過-8,但它不是倒計數,只需要5票 –