ArrayList aList = new ArrayList();
            aList.Add("Android");
            object[] args1 = { "29", aList};
            label1.Text = aList[0].ToString();
            webBrowser1.Document.Window.Frames["contentFrame"].Document.InvokeScript("setCurrentList",args1);这么干好像不行,大神们告诉我一下,是不是网页只能接收string?