文件名称:蛋白石:Ruby:heart_suit:︎JavaScript
文件大小:1.15MB
文件格式:ZIP
更新时间:2024-02-21 12:50:53
nodejs javascript ruby browser js
蛋白石 Opal是从Ruby到JavaScript的源到源编译器。 它还具有Ruby corelib和stdlib 。 社区: 码: 赞助商: 用法 有关Rails,jQuery,Sinatra,Rack,CDN等的更详细的说明和指南,请参见网站 。 使用CLI(命令行界面)编译Ruby代码 app.rb内容: puts 'Hello world!' 然后从终端 $ opal --compile app.rb > app.js # The Opal runtime is included by default # but can be skipped with the --no-opal flag 可以从HTML页面正常使用生成JavaScript文件: < script src =" app.js " > </ script > 确保在<head>标记内将页面编码设置为UTF-8 ,如下所示: <!DOCTYPE html > < html > < head > < meta chars