现在的情况是提示错误:stream does not support seeking。 说明fseek方法无法作用于将外部图片链接。
业精于勤,荒于嬉;行成于思,毁于随。
使用 php 标准 sdk 可以将 fopen 函数换成 file_get_contents 函数 即可传网络图片。
使用 php 标准 sdk 可以将 fopen 函数换成 file_get_contents 函数 即可传网络图片。