标签为 “dom” 的文章
-
js 操作 DOM 添加表格
2019.03.22 · js 操作 DOM 添加表格已关闭评论<!DOCTYPE html> <html> <body> 行:<input type="text" id="row" /> 列:<input type="text" id="col" /> <br/> <input type="button" value="生成" oncl...
<!DOCTYPE html> <html> <body> 行:<input type="text" id="row" /> 列:<input type="text" id="col" /> <br/> <input type="button" value="生成" oncl...