我正在学习JavaScript,在浏览jQuery库时,我看到:(冒号)被大量使用.这在JavaScript中用于什么?
// Return an array of filtered elements (r)
// and the modified expression string (t)
return { r: r, t: t };
Run Code Online (Sandbox Code Playgroud) 我读过它而不是简单地编写一堆函数,我应该使用object literal.
有人可以用例子来解释对象文字的优点,因为到目前为止我还不明白.
谢谢