一、我想对double 型变量保留两位小数(0.01)
    e.g 
    string txtPrice ="25.63589"
    double CarPrice = ???  txtPrice.txt.trim();    转换后  CarPrice = 25.63;