function spent()
    {
        return round(($this->StopTime - $this->StartTime) * 1000, 1);
    } 
这里$this->StopTime - $this->StartTime中间的那个  “-”是什么意思?