string Scorepercent = (lowScoreNum*1.0/ ScoreNum).ToString("P");//百分比
ToString("P");//默认保留两位小数位
ToString("P0");//表示没有小数位
ToString("P1");//表示保留一位小数位