随笔分类 - Rhino
摘要:http://code.google.com/p/jslint-toolkit/主要是修正一些UI方面的BUG,以及增加两种浏览方式,横排和竖列。
阅读全文
摘要:When i look into JSDOC-Toolkit’s source code(run.js) under app folder, the following code confuses me:readFile: function(/**string*/ path) { if (!IO.exists(path)) { throw "File doesn't exis...
阅读全文
摘要:Hello RhinoFirst, look at my examples' file structure:RhinoTest lib js.jar scripts hello.js file1.js run.batMy first rhino example is hello.js:for (var i = 0; i < arguments.length; i++) { print(...
阅读全文
摘要:Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.The rhino shell provides a simple way t...
阅读全文