質問編集履歴
2
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,11 +1,12 @@
|
|
1
|
-
下記URLのparticipantタグ内のnameやoddsDecimalをhtmlで表示したいのですが分かりません。
|
2
|
-
|
3
1
|
[http://cachepricefeeds.williamhill.com/openbet_cdn?action=template&template=getHierarchyByMarketType&classId=10&marketSort=--&filterBIR=N](http://cachepricefeeds.williamhill.com/openbet_cdn?action=template&template=getHierarchyByMarketType&classId=10&marketSort=--&filterBIR=N)
|
2
|
+
上記URLのparticipantタグ内のnameやoddsDecimalをhtmlで表示したいのですが分かりません。
|
4
3
|
|
5
4
|
[http://memo.ark-under.net/memo/366](http://memo.ark-under.net/memo/366)
|
6
|
-
このブログを参考にしてみてもうまくいきませんでした。
|
5
|
+
このブログのコードを参考にしてみてもうまくいきませんでした。
|
7
6
|
ご存知の方はご教授お願い致します。
|
8
7
|
|
8
|
+
以下、ブログ内の参考にしたコードです。
|
9
|
+
|
9
10
|
js
|
10
11
|
```lang-<ここに言語を入力>
|
11
12
|
<script src="https://www.google.com/jsapi" type="text/javascript"></script>
|
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -48,6 +48,4 @@
|
|
48
48
|
html
|
49
49
|
```lang-<ここに言語を入力>
|
50
50
|
<ul id="feed"></ul>
|
51
|
-
```
|
51
|
+
```
|
52
|
-
|
53
|
-
と
|