Skip to content

Commit

Permalink
修改book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GOLGO11 committed Nov 11, 2024
1 parent 2f86858 commit 1e56f12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
var button = "<a role='button' id="+jinfo[i].id+" onclick='function(this.id)'><i class='icon-edit'></i></a>";
MyDiv.innerHTML += button;
var oBtn = document.createElement("input");
oBtn.id = "btn";
oBtn.type = "button";
oBtn.value = "按钮";
document.body.appendChild(oBtn);

0 comments on commit 1e56f12

Please sign in to comment.