readme

来自「将konqueror浏览器移植到ARM9 2410中」· 代码 · 共 26 行

TXT
26
字号
This library provides an ECMAScript compatible interpreter. The ECMA standardis based on well known scripting languages such as Netscape's JavaScript andMicrosoft's JScript.I'm currently pursuing to be compliant with Edition 3 of ECMA-262. Postscriptand pdf versions of the standard are avaiable at:http://www.ecma.chAbout 90% of the required features should be covered by now. Note that thisnumber covers the core language elements only. Features like the famousroll-over buttons on the www are NOT part of the standard. Those extensionsare added via a module loaded dynamically by the KHTML Widget.I'll provide some examples of how to extend this library for various needs ata later point in time. Feel free to contact me via mail if you have anyquestions on how to provide scripting capabilites for your application.A debugger is being worked on. To compile it, add -DKJS_DEBUGGER to the CXXFLAGSsection in the Makefile.am of kdelibs/kjs and kdelibs/khtml/ecma.Bug reports, patches or feedback of any kind is very welcome.Harri Porten <porten@kde.org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?