$cmd = 'wkhtmltoimage --width '.$width.' --quality '.$quality.' '."'".$url."'".' '.$image_address; //命令
$result = shell_exec($cmd);
$cmd = 'wkhtmltoimage --width '.$width.' --quality '.$quality.' '."'".$url."'".' '.$image_address; //命令
$result = shell_exec($cmd);