📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -