回答編集履歴

2

追記

2019/01/06 01:34

投稿

bochan2
bochan2

スコア2050

test CHANGED
@@ -1,3 +1,5 @@
1
+ 質問いただきありがとうございます。
2
+
1
3
  大ざっぱな方針だけになりますが、javascriptでテキストファイルを取得してパースするのはどうでしょうか?
2
4
 
3
5
  参考リンク:英語なので分かりやすいと思います
@@ -6,4 +8,8 @@
6
8
 
7
9
 
8
10
 
9
- String.splitなどを使えば区切りごとに文字列を取得できると思います
11
+ String.splitなどを使えば区切りごとに文字列を取得できると思います
12
+
13
+ またサーバーはgithub pagesが無難なのでお勧めです。
14
+
15
+ [help.github.com](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/)

1

追記

2019/01/06 01:34

投稿

bochan2
bochan2

スコア2050

test CHANGED
@@ -3,3 +3,7 @@
3
3
  参考リンク:英語なので分かりやすいと思います
4
4
 
5
5
  [stackoverflow](https://stackoverflow.com/questions/11589387/load-txt-file-using-jquery-or-ajax)
6
+
7
+
8
+
9
+ String.splitなどを使えば区切りごとに文字列を取得できると思います