3

のjsfiddleコードへのリンクは次のとおりですhandsontable。ボタンが押されると、データ セットがコンソールに送られます。Web ページに 2 つの異なる JavaScript コードがあります。それらの1つが含まれていますhandsontable(コンソールではなく) 別のスクリプトに属する配列にデータを転送 (ダンプ) するにはどうすればよいですか? staticすべてのスクリプトに表示される配列を作成する方法はありますか(Java のように)? スキームは次のとおりです。

<div id="mytable" class="handsontable"> </div>
<script>
// Here the user inserts the data to the handsontable. As she presses the button, data should go to the second piece of script.
</script>

...

<div id="target" class=""> </div>
<script>
//the target array is here, and it needs to be filled with the data from the above piece of script as the button is pressed.
</script>
4

1 に答える 1