摘要: js中的 $ 是在使用jQuery的函数。$是jquery的用法。 jquery循环 var arr = [ "one", "two", "three", "four"]; $.each(arr, function(){ alert(this); }); 循环参考:https://blog.csdn 阅读全文
posted @ 2022-10-18 23:52 高柴小生 阅读(35) 评论(1) 推荐(1)