Duktape Android 是由 Square 开发的 Android 平台 Duktape JavaScript 引擎。
Square 有很多优秀的开源项目,如 Retrofit、Picasso、okhttp、LeakCanary 等。
使用:
Duktape duktape = Duktape.create(); try { Log.d("Greeting", duktape.evaLuate("'hello world'.toUpperCase();")); } finally { duktape.close(); }