js:表格的數據渲染

用js渲染把四大名著以(名字 價格)形式輸出 <body> <table> <thead> <tr> <td>name</td> <td>price</td> </tr> </thead> <tbody> </tbody> </table> </body> <script> //獲取元素 var tbody = docume
相關文章
相關標籤/搜索