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