How can I make this js script so that it doesn't use eval?

后端 未结 0 574
借酒劲吻你
借酒劲吻你 2020-12-12 23:46

I have this code

var clsStopwatch = function() {
        var startAt = 0;
        var lapTime = 0;    

        var now = function() {
                return          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题