php curl 转为 x-www-form-urlencoded 方式
摘要:curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type: application/x-www-form-urlencoded')); from-data数据的为:$data = [ 'name' => 'aaa', 'sex'
阅读全文
posted @
2019-11-27 16:08
dm3344
阅读(2440)
推荐(0) 编辑
php 加载 zip 文件
摘要:header('Content-type: application/zip');header('Content-Disposition: attachment; filename="QueryCode.zip"');readfile('QueryCode.zip');$ZipFile = file_
阅读全文
posted @
2019-11-18 14:32
dm3344
阅读(154)
推荐(0) 编辑
小程序语音播报
摘要:https://developers.weixin.qq.com/miniprogram/dev/api/media/background-audio/wx.getBackgroundAudioManager.html 基础库 1.2.0 开始支持
阅读全文
posted @
2019-11-14 15:31
dm3344
阅读(1552)
推荐(0) 编辑