我正在尝试使用 GD 库截取页面的屏幕截图,但结果屏幕截图仅返回黑色图像。
<?php
header('Content-type: text/html; charset=windows-1251');
?>
<?php
header("Location:http://10.32.172.30:9080/RTOnline/b/p/115");
$img = imagegrabscreen();
imagepng($img, 'screenshot.png');
?>
隔江千里
慕雪6442864
随时随地看视频慕课网APP