これは私のファイルの1つの出力です
<table>
<tr>
<td> Description 1 </td> <td> Content 1 </td>
</tr>
<tr>
<td> Description 2 </td> <td> Content 2 </td>
</tr>
<tr>
<td> Description 3 </td> <td> Content 3 </td>
</tr>
Description x の内容を php で取得し、Content x を読み上げたいと考えています。私の問題の 1 つは、コンテンツを取得する前に、description-td の数がわからないことです。
DOM / getElementsBy ... は私の問題で機能するはずですか?
敬具、スーザン