1 2 3 4 5 6 7 | <script> $(function() { // jQuery process // get パラメータ取得 var id = {{ app.request.query.get('m') }}; // alert("test {{ app.request.query.get('m') }} "); }); </script> |
IT起業・IT経営推進
IT起業・IT経営推進
1 2 3 4 5 6 7 | <script> $(function() { // jQuery process // get パラメータ取得 var id = {{ app.request.query.get('m') }}; // alert("test {{ app.request.query.get('m') }} "); }); </script> |