河汉清且浅,牵牛敦而纯
摘要: 在windows系统中,PHP cli 模式下, exec('ipconfig 2>&1', $output, $status); print_r($output); 返回值为空 可能是编码的原因,对 $output 编码转换后,显示正常 $output = mb_convert_encoding( 阅读全文
posted @ 2025-09-05 23:40 伊索 阅读(9) 评论(0) 推荐(0)