First of all, there is a place where the erratic collapse border is different from other browsers. An ugly border is displayed no matter what. No solution.
If the above problem can be solved by strange methods, there will be no way out next.
Since it involves asynchronous transmission and real-time display of data, I wrote a front-end template to update the data dynamically through innerHTML. The other browsers work normally, but I can't get data from ie. After a long time of troubleshooting, it turned out that the table element of IE is read-only and cannot use innerHTML! ! ! !
Also read-only elements include COL, COLGROUP, FRAMESET, HTML, STYLE, TABLE, TBODY, TFOOT, THEAD, TITLE, TR, etc.
Is this a bug or should it be... tired...
Finally, I switched to ul, the world is beautiful...
If the above problem can be solved by strange methods, there will be no way out next.
Since it involves asynchronous transmission and real-time display of data, I wrote a front-end template to update the data dynamically through innerHTML. The other browsers work normally, but I can't get data from ie. After a long time of troubleshooting, it turned out that the table element of IE is read-only and cannot use innerHTML! ! ! !
Also read-only elements include COL, COLGROUP, FRAMESET, HTML, STYLE, TABLE, TBODY, TFOOT, THEAD, TITLE, TR, etc.
Is this a bug or should it be... tired...
Finally, I switched to ul, the world is beautiful...