JavaScript習題——————————計算一個圓柱體的體積(向上取整)

使用function函數,Math對象計算圓柱體的體積 1,首先需要知道圓柱體的體積公式 : V=Πr²h && V=sh 2, 嘗試編寫 eg: <!Doctype html> <html> <head> <meta charset="uft-8" /> <title>計算一個圓柱體的體積</title> </head> <body> <script> function bu
相關文章
相關標籤/搜索