what does $ mean here in JQuery

后端 未结 4 1692
甜味超标
甜味超标 2021-01-28 05:46

In the following

var obj = { one:1, two:2, three:3, four:4, five:5 };
    $.each(obj, function(i, val) {
       console.log(val);
    });

what

4条回答
提交回复
热议问题