最佳答案
我正在学习JavaScript,在浏览jQuery库时,我看到:(冒号)被大量使用。这在JavaScript中有什么用?
// Return an array of filtered elements (r)
// and the modified expression string (t)
return { r: r, t: t };