答案1
我想这就是你想要的:
\documentclass{book}
\usepackage{titlesec}
\usepackage{lipsum}
\titleformat{\chapter}
[block]{\normalfont\bfseries\Large}{\rlap{\thechapter}}{0em}
{\hfill\begin{minipage}[t]{\textwidth}\filleft}[\titlerule\end{minipage}]
\begin{document}
\chapter{A chapter}
\lipsum[1]
\chapter{A very long chapter title to show that it will wrap correctly}
\lipsum[2]
\end{document}