... 检测文章是否存在if(get_permalink($post_id) === false){ // 文章不存在后执行操作} 方法二:通过get_post_status() 检测if(get_post_……
確定! 回上一頁