摘要: $.fn.myTarea = function(){ return this.each(function(){ $(this).bind('input propertychange', function() { var id = $(this).attr("id"); var maxContent= 阅读全文
posted @ 2019-06-16 23:58 未解 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 冒泡排序 function bubble_sort($arr) { } 归并排序 二分查找-递归 function bin_search($arr,$low,$high,$value) { } 二分查找-非递归 function bin_search($arr,$low,$high,$value) 阅读全文
posted @ 2019-06-16 23:41 未解 阅读(295) 评论(0) 推荐(0) 编辑