<?php
header("Content-type: text/html; charset=utf-8");
try{
$aaa = 0;
if ($aaa == 9) {
echo 9999;
} else {
throw new Exception('file is not exists');
}
} catch (Exception $e) {
print $e->getMessage();
exit();
}
?>
<?php
header("Content-type: text/html; charset=utf-8");
try{
$aaa = 0;
if ($aaa == 9) {
echo 9999;
} else {
throw new Exception('file is not exists');
}
} catch (Exception $e) {
print $e->getMessage();
exit();
}
?>
上一篇:curl_init 接口
下一篇:10位不重复的随机码
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M