readme

来自「konqueror3 embedded版本, KDE环境下的当家浏览器的嵌入式版」· 代码 · 共 28 行

TXT
28
字号
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 available at:http://www.ecma-international.org/publications/files/ecma-st/Ecma-262.pdffor PDF andhttp://www.ecma-international.org/publications/standards/Ecma-262.htmfor the standard page.About 95% 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 capabilities for your application.A debugger is being worked on.Bug reports, patches or feedback of any kind is very welcome.Harri Porten <porten@kde.org>

⌨️ 快捷键说明

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