2020-05-22から1日間の記事一覧

JavaScript:Web Speech API 入門

Web Speech API のサンプルプログラムです。ブラウザは Chrome をご利用ください。 webspeech.html <html lang="ja"> <head> <meta charset="utf-8"> <title>Web Speech API</title> </head> <body> <style> #Checkbox[type="checkbox"] { display:none; } #Checkbox + label:before { color:gray; content:"\25c9"; cursor:pointer; f…</body></html>