📜  加载播放器头像 url - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:00.425000             🧑  作者: Mango

代码示例1
$html = file_get_contents("http://steamcommunity.com/profiles/76561197991341238");
preg_match('/
<\/div>/i', $html, $profile_picture); // $profile_picture[1]; is the url itself