prototype.jsリファレンスprototype.js 1.6.0.3
prototype.jsのバージョン番号を取得
unknown
バージョン番号=Prototype.Version;
サンプルを見る<script type="text/javascript">
document.write("prototype.jsのバージョン番号:<strong>"+Prototype.Version+"</strong>\n");
</script>
unknown
<script type="text/javascript">
document.write("prototype.jsのバージョン番号:<strong>"+Prototype.Version+"</strong>\n");
</script>