JSFiddle - React, Tailwind, and code Playground
by Shang-De You
HTML
<button type="button" onclick="draw()">
查詢圖表
</button>
JavaScript
function draw(){
alert("")
}
by Shang-De You
<button type="button" onclick="draw()">
查詢圖表
</button>
function draw(){
alert("")
}