php计算当前日期是周几的方法:首先打开php编辑器,新建php文件;然后输入代码【$day = '2020-08-26';$week = date('l', $day)】;最后浏览器运行【index.php】页面即可。
技术文章 / 下载软件趣味内容 / 专业带飞