后,下载后就打不开了.出现了你这个问题我估计是
header('Content-Encoding:
none')
header("Content-type:
application/octet-stream")
header("Accept-Ranges:
bytes")
header("Accept-Length:
".filesize($file_dir."/".$file_name))
header(
'Content-Transfer-Encoding:
binary'
)这几个header产生的.
bom里面字段ID //不变,每个零件给个id是必须的
pid 用户存储相关的id,可以存入相关的id,用“,”分隔开,在查询的时候获取到$row['pid'],然后用expload()根据逗号分隔开,然后数组在循环带入查找这个相关的id,在获取其他的信息。
art_no //不变
art_name //不变
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)