Math.ceil((240X70)/(30X30))就是答案了,Math 類別有 static ceil() 方法 (method) ,回傳大於或等於參數 (parameter) 的最小整數值,亦即數學中的頂函數簡單的說就是18.6取整數加一19啦!