我正在尝试使用 GD 库截取页面的屏幕截图,但结果屏幕截图仅返回黑色图像。
<?php
header('Content-type: text/html; charset=windows-1251');
?>
header("Location:http://10.32.172.30:9080/RTOnline/b/p/115");
$img = imagegrabscreen();
imagepng($img, 'screenshot.png');
慕雪6442864
相关分类