摘要:
/** * 图片上传类 * @param $file上传图片信息 * @param $ty */ function upload_pic($file, $ty) { if (!is_uploaded_file($file["tmp_name"])) {//是否存在文件 tcmc::ShowMsg("图片不存在!", "turntable_index.php?op=... 阅读全文
posted @ 2018-01-15 16:18
薇薇123456
阅读(186)
评论(0)
推荐(0)