判断指定参数是不是一个数组
[] 是一个数组吗?<b></b> <script> $(function () { $( "b" ).append( "" + $.isArray([]) ); }) </script>
$.isArray()函数用于判断指定参数是否是一个数组。