摘要:
/** * 下载后直接删除临时文件 */ public function deldir($dir) { $dh=opendir($dir); while ($file=readdir($dh)) { if($file!="." && $file!="..") { $fullpath=$dir."/" 阅读全文
摘要:
function ajax_photo(photo_type){ $(document).on('change','#sitephoto',function(){ var formData = new FormData(); formData.append("myfile", document.ge 阅读全文