image.php
来自「这是matlab的一个小程序」· PHP 代码 · 共 15 行
PHP
15 行
<?php
require_once(dirname(__FILE__)."/../dialog/config.php");
require_once(dirname(__FILE__)."/../image.func.php");
if(empty($dopost)) $dopost="";
if(empty($imgwidthValue)) $imgwidthValue=400;
if(empty($imgheightValue)) $imgheightValue=300;
if(empty($urlValue)) $urlValue="";
if(empty($imgsrcValue)) $imgsrcValue="";
if(empty($imgurl)) $imgurl="";
if(empty($dd)) $dd="";
if($dopost=="upload")
{
if(empty($imgfile)) $imgfile="";
if(!is_uploaded_file($imgfile)){
ShowMsg("浣犳病鏈夐
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?