php
莫名一笑23
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
php+windows扩展curl问题
配置都对,就是curl不行。把php配置到环境变量当中。原创 2017-05-19 09:27:22 · 204 阅读 · 0 评论 -
文章标题
web上传图片问题1.web上传 构建基本的form表单,表单元素增加 enctype=”multipart/form-data”。2.form表单需要 单图:<input type="file" id="img" name="img"> 。 多图 :<input type="file" multiple id="img" name="img[]"> 。3.提交图片 aj原创 2017-11-29 17:36:12 · 207 阅读 · 0 评论
分享