可以这样定义一个结构吗?
typedef struct RandData
{
  CString strdata[120];
  double  dData;} RandData;
RandData RD[15];
里面的CString strdata[120];可以这样定义吗?