gulp构建工具
http://www.ydcss.com/archives/18
很详细
$.trim--去掉字符串首尾的空白字符
$.type--数据类型判断 typeof() 在js里用到数组,比如 多个名字相同的input, 若是动态生成的, 提交时就需要判断其是否是数组 if( typeof(document.mylist.length) != "undefined" ) {}或 if( !isNaN(document.mylist.length) ) {}
接触到git,学习:http://blog.youkuaiyun.com/wh_19910525/article/details/7395730
转载于:https://my.oschina.net/u/2421889/blog/640052