时间:2024-10-29 23:15:37
1、新建一个 Pow10.php 文件,如图所示:
3、pow() 函数的作用:返回 x 的 y 次方,如图所示:
5、使用 pow() 函数实现10的N次方函数,如图所示: