Skip to content
Snippets Groups Projects
Commit 463b09f5 authored by gaoke's avatar gaoke
Browse files

sinicize code

parent ea3f99cb
No related branches found
No related tags found
No related merge requests found
......@@ -209,11 +209,11 @@ function 生成文章(){
文章.push(章节);
}
let 排版 = "<div>" + 文章.join("</div><div>") + "</div>";
$("#paper").innerHTML = 排版;
$("#论文").innerHTML = 排版;
}
</script>
<div>bullshit generator</div>
<div>主题<input value="一天掉多少根头发"></input></div>
<div></div><button onclick="生成文章()">生成</button></div>
<div id="paper"></div>
<div id="论文"></div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment