摘要:
dim score score = 72 if score>=90 then msgbox("优秀") elseif score>=80 and score<90 then msgbox("良好") elseif score>=70 and score<80 then msgbox("一般") el 阅读全文
摘要:
类下载地址 https://github.com/PHPOffice/PHPExcel require_once './Classes/PHPExcel.php'; $obj = new PHPExcel(); $objSheet = $obj->getActiveSheet(); //获取shee 阅读全文