壮观摩托

文章
3
资源
0
加入时间
2年10月17天

上机任务3

1、 求斐波那契数列中的第n个数的值:1,1,2,3,4,5,8,13,21,34...while True: n=int(input("请输入斐波那契数的序号:")) qian=1 hou=1 if n<=0: print('请输入正数') elif n<=2: print('斐波那契数列第',n,'位是'...

strtotime 获取一个月的开始 或者一个月的结束

//1.strtotime 获取一个月的开始 或者一个月的结束    $firstday = date('Ym01', strtotime($date));    $lastday = date('Ymd', strtotime("$firstday +1 month -1 day"));    //解析:当strtotime中参数改变时 +1 year 代表 年加1 +1 month