1,常规调用摘要的方法:

    <?php the_excerpt();?>

    会自动输出一个带<p>标签的摘要

    2,不输出段落的调用摘要方法:

     <?php echo get_the_excerpt();?>

    会输出不带<p>标签的摘要