請輸入一個大於 10 以上的數,我來看看他是不是質數?
<input type="text" id="num" size="10" /><br />

<button onclick='tosee()'>按我讓系統查看</button><br />
<div id="res"></div>