标签: jquery
我正在运行
$(sysLazyImage).on('load', $(sysLazyImage).fadeIn(1000));
,并且正在标题中提到控制台错误。
我相信这可能是由于缺少分号引起的,但是我不确定在哪里。