var yo = { log: function() { //some logic to save arguments to a queue console.log(arguments); }, error: function() { //some logic to save arguments to a ...
確定! 回上一頁