require(['jquery'],function($){$('body').css({'backgroundColor':'red'});})哪里有问题?报错信息:Uncaught TypeError: $ is not a function
$(jQuery) function(){}