让我们从一个例子开始:
<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”中添加一个类。脚本标签也可以在段落内,但不应该在之前。我希望现在很清楚,但如果不清楚,我很乐意为您提供有关我的问题的更多信息。提前致谢。