(String)、Object.toString()正常狀況下跟String.valueOf()沒有區別。異常
但當Object是null的時候。toString會拋出異常、valueOf返回"null",而(String)返回null。