object 取值 C#

  • 841
  • 0

可以試試這個

var s=(string)((object[])ObjectA)[2]; 

var s=(double)((object[])ObjectA)[2];