在以下JavaScript代码中,有一个dollar($)符号.这是什么意思?
$
$(window).bind('load', function() { $('img.protect').protectImage(); });
javascript
javascript ×1