<?php
$page_id = 1;
//此处的1就是page页面的ID,ID的数字是多少就填写多少
echo get_post($page_id)->post_content;
//此段为输出获取的页面内容,无需修改
?>
<?php
$page_id = 1;
//此处的1就是page页面的ID,ID的数字是多少就填写多少
echo get_post($page_id)->post_content;
//此段为输出获取的页面内容,无需修改
?>