2015-08-28 39 views

回答

0

您可以使用Math.round()刪除小數點後的數字。

txt.text = ("Loading " + Math.round(100*(event.loaded/event.total)) + "%"); 
相關問題