How to post an empty array (of ints) (jQuery -> MVC 3). You could do this: var myIntArray = new Array(); // add elements or leave empty myIntArray.push(1); ...
確定! 回上一頁