例から始めましょう:
<p class="paragraph"> some text </p>
<script> here must be the script that adds class to the above p </script>
<p class="paragraph"> some other text </p>
<script> here must be the script that adds class to the above p </script>
...
「スクリプト」の前にある「p」にクラスを追加したい。script タグは段落の内側に置くこともできますが、段落の前に置くべきではありません。これで明確になったことを願っていますが、明確でない場合は、私の質問についてさらに情報を提供していただければ幸いです。前もって感謝します。