09 2020 档案
摘要:// 允许域名跨域访问 *可替换为域名 header('Access-Control-Allow-Origin: *'); // 响应类型 header('Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELTE,OPTIONS'); // 带 c
阅读全文
摘要:/** * 生成日期范围 * * @param string $startDate 开始日期 2020-09-25 * @param string $endDate 结束日期 2020-10-08 * @param bool $range_month 是否生成月范围,默认生成日范围 * * @ret
阅读全文
摘要:File -> Settings -> Editor -> Inspections -> Proofreading 中Typo前面的勾去掉即可
阅读全文