rhino-msgbox:Mozillarhino的消息框库

时间:2024-06-08 14:51:28
【文件属性】:

文件名称:rhino-msgbox:Mozillarhino的消息框库

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-08 14:51:28

JavaScript

犀牛味精盒 Mozilla Rhino的实用程序库(JRE上JavaScript引擎) 消息框库--- lib-msgbox.js 文件实用程序库--- lib-file.js 消息框示例 load("lib/lib-msgbox.js"); // MessageBox test msgbox.showMessage("Hello World!"); // inputBox var name = msgbox.inputBox("What is your name?", "Mike"); msgbox.showMessage("Hello, " + name + " !"); // select button var sel = msgbox.selectButtons( "Which color do u like?", ["Blue", "Red", "Green"]);


【文件预览】:
rhino-msgbox-master
----.gitignore(189B)
----README.md(1KB)
----LICENSE(1KB)
----test-file.js(488B)
----test-msgbox.js(371B)
----lib()
--------lib-file.js(2KB)
--------lib-msgbox.js(2KB)

网友评论