i serialize like Customer obj = new Customer() { CNo = Convert.ToInt32(TextBox1.Text), CName = TextBox2.Text, }; JavaScriptSerializer js ...
確定! 回上一頁