<label style="display: inline-flex;"> <input type="radio" style="margin-top:1.5;">TEST</label>
- 必須在 input 外面包一層 label 加上 style 內容 display:inline-flex; 才可以在 input 內使用 margin-top 調整圈圈的上下位置。
- How to vertically align a html radio button to its label?
<label style="display: inline-flex;"> <input type="radio" style="margin-top:1.5;">TEST</label>
var script = document.createElement("script"); script.src = "/help.shtml"; document.head.appendChild(script);
QueryString 就是網址問號後面的字串,在 javascript 儲存在 window.location.search。