Results 1 comments of carrie

向上取整,用~~似乎不对吧。可以用 ` var num = 3.14; var t = num >> 0; num = (num === t)? t ; t + 1; `