通过函数中的jQuery源代码,now()我看到以下内容:
now()
function now(){ return +new Date; }
我从来没有见过像这样的新运算符前置加号运算符.它有什么作用?
javascript jquery
javascript ×1
jquery ×1