You can create this effect using the HTML5 datalist element <datalist id="id"> <option value="value" /> <option value="value" /> </datalist> where id is the ...
確定! 回上一頁