js經常使用功能彙總

1.獲取一個class中的全部input值:javascript $(".department").each(function() { var $this = $(this); alert($this.val()); }) 2.js字符串的截取: sbustr 方法 返回一個從指定位置開始的指定長度的字符串 stringvar.substr(start,lenth);
相關文章
相關標籤/搜索