- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/square/duktape-android
- 软件文档: https://github.com/square/duktape-android
软件介绍
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();
}另一个功能强大java和javascript无缝调用的同类软件: http://www.oschina.net/p/DuktapeJava
面向模式的软件体系结构(卷1) (平装)
Frank Buschmann、Regine meunier、Hans Rohnert、Peter Sommerlad、Michael Stal / 贲可荣、郭福亮 / 机械工业出版社 / 2003-1 / 45.0
一起来看看 《面向模式的软件体系结构(卷1) (平装)》 这本书的介绍吧!
