PHP - Get page content after all dynamic content has been loaded
问题 I try to get the source code of this page: https://www.assetstore.unity3d.com/en/ I would like to parse the "Top Paid" box on the right side for a little project, but when I use file_get_contents or the following code, I do not get the proper source code. $cookie = tmpfile(); $userAgent = 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31' ; $ch = curl_init('https://www.assetstore.unity3d.com/en/'); $options = array( CURLOPT