我知道您可以使用(version)参数获取当前的Racket版本:
git log | head -n 1
除了在find-collects-dir中调用<html>
<head>
<link href="http://code.jquery.com/ui/1.11.3/themes/smoothness/jquery-ui.min.css" rel="stylesheet"/>
<script src="http://code.jquery.com/jquery-1.11.3.js"></script>
<script src="http://code.jquery.com/ui/1.11.3/jquery-ui.js"></script>
<script>
$(document).ready(function () {
$(document).on('blur', '.txtBox', function (e) {
var newTextValue = $(this).val();
alert(newTextValue)
});
$('#addRow').click(function () {
var szTr = "<tr><td><input type='text' class='txtBox' value='10'/> </td></tr>";
$('#myTable').append(szTr);
});
});
</script>
</head>
<body>
<button id="addRow" value="Add Row">Add Row</button>
<table id="myTable">
<thead>
<tr>
<th>Headline</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</body>
</html>
之外,还有一种简单的方法来获取当前的Racket校验和吗?