CString price=m_list.GetItemText(i,4);
double sellp=atof(price);
CString类型怎么都转化不成double类型,sellp显示为0,我看到很多地方都是这样转化的,怎么这里就不行,我实在没想法了