How to call a JavaScript function within an HTML body

后端 未结 4 667
我在风中等你
我在风中等你 2020-12-08 18:41

I have a JavaScript function that fills a table:



        
4条回答
  •  -上瘾入骨i
    2020-12-08 19:02

    Try to use createChild() method of DOM or insertRow() and insertCell() method of table object in script tag.

提交回复
热议问题