addEventListener('click', function(event) { // in this example, we do multi sort if Shift key is pressed params.progressSort(event.shiftKey); }); // or ...
確定! 回上一頁