';
$(function () {
$.ajax('/ajax/notice',{ type: 'GET',dataType: 'text',data: { lang: $('#notice_area').data('lang') },timeout: 10000 })
.done(function (res) {
res = JSON.parse(res);
for (var i in res) {
$('#notice_area').append(notice_prefix + res[i].notice_text + notice_suffix);
}
}).fail(function (res) {
console.error('API request error', res);
$('#notice_area').html('');
});
});
トレジャーハンター / デュードルスタジオ
http://www.dudedlestudio.com宝探しに行くゲームブックです。自分で選択肢を選んでお話を進めていきます。
売切れ