我想在JS獲取后臺定義的多維數(shù)組,有誰知道呢?麻煩告訴我下!數(shù)組大概是這樣的:public string[,] siblings = { { "name: 'Color'", "index: 'Color'" }, { "name: 'Size", "index: 'Size'" }, { "name: 'Qty", "index: 'Qty'" } };在要在JS中這樣直接獲取沒有辦法!var Name = new Array();
Name = '<%=siblings%>';
添加回答
舉報
0/150
提交
取消