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