私はこのようなものを持っています:
<div id="row1">Some content</div>
<div id="row2">Some content</div>
<div id="row3">Some content</div>
<div id="row4">Some content</div>
<div id="row7">Some content</div>
<div id="row15">Some content</div>
<div id="row915">Some content</div>
<div id="row919">Some content</div>
行は実際にはPHP配列から取得されるため、最後の行の番号を抽出する必要があります。たとえば、この場合は919になります(したがって、appendを使用してjQueryを介してさらに行を生成すると、行IDに+1を追加できます)。何か案は ?