回答

1
$('#yourElement').countdown({ 
    until: someTime, 
    format: 'S' // <-- the magic is happening here 
}); 

相關文件is found here(表:格式2,第4例)

+0

大非常感謝!我想知道我該如何錯過。 – user1648472