<!DOCTYPE html> <html lang="ja"> <head> <title>Using Example of csv-min.js</title> <meta charset="utf-8"> <script type="text/javascript" src="csv.min.js"></script> <script type="text/javascript" src="mycsvload.js"></script> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body> <h1>csv.min.js使用例</h1> <p> 使いやすい<a href="https://github.com/DaoDeCyrus/CSV.js">DaoDeCyrus/CSV</a> の応用例。 </p> <p>CSVファイルの1行目をカラム名にしておくと、 このHTML文書内の id="__<var>カラム名</var>__" の中身がそれに置き換わる。</p> <p> <button type="button" id="left"> 《 </button> <button type="button" id="right"> 》 </button> </p> <h2>問題</h2> <p id="__quiz__">ここに quiz カラムの値が入る</p> <h2>こたえ</h2> <p id="__answer__">ここに answer カラムの値が入る</p> <h2>解説</h2> <p id="__note__">ここに note カラムの値が入る</p> </body> </html>