pcplayer:
这个有点意思: Google V8 JavaScript Engine
[阅读: 650] 2008-09-03 02:35:56
V8 is Google's open source JavaScript engine.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 implements ECMAScript as specified in ECMA-262, 3rd edition, and runs on Windows XP and Vista, Mac OS X 10.5 (Leopard), and Linux systems that use IA-32 or ARM processors.
V8 can run standalone, or can be embedded into any C++ application.
============
有空我用 delphi 来试它看看。