[insert_php] $url=’https://mp.weixin.qq.com/s/r1sAiWm0VzVoKvqJ1ZkNxA’; //file_get_contents() reads remote webpage content $lines_string=file_get_contents($url); echo $lines_string; [/insert_php]