示例#1
0
 public function store_ajax_del_pic()
 {
     $store_image_class = new store_image();
     $store_image_class->del_image_by_path($_POST['path']);
 }