js获取table里面<tr>一整行的信息给tr一个id,然后获取XX是id,string是获得的值var row = document.getElementById('XX')var string = row.innerHTML<table i2023-02-21JavaScript370