会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北往星辰
博客园
首页
新随笔
联系
管理
订阅
2018年9月13日
PHP 判断当前日期是否是法定节假日或者休息日
摘要: 1.代码如下 $date = date("Ymd",time()); $url = "http://api.goseek.cn/Tools/holiday?date=".$date; $res = file_get_contents($url); //json格式,前端需要直接提供 $res = j
阅读全文
posted @ 2018-09-13 09:55 北往星辰
阅读(8297)
评论(1)
推荐(0)
公告