⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testm.js

📁 linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自WebKit
💻 JS
字号:
myInterface.logMessage ("Starting test");myInterface.logMessage ("Testing properties:");myInterface.jsobject = new Function ("arg1","arg2","return arg1 + arg2;");myInterface.logMessage ("myInterface.jsobject =" + myInterface.jsobject);var functionBody = 'return arg1*arg2;'myInterface.setJSObject_(new Function ("arg1","arg2",functionBody));myInterface.logMessage ("myInterface.jsobject =" + myInterface.jsobject);myInterface.callJSObject__(5,6);myInterface.callJSObject__(8,9);myInterface.logMessage ("myInterface.setInt_(666) = " + myInterface.setInt_(666));myInterface.logMessage ("myInterface.getInt() = " + myInterface.getInt());myInterface.logMessage ("myInterface.getString().foo() = " + myInterface.getString().foo());myInterface.logMessage ("myInterface.myInt = " + myInterface.myInt);myInterface.logMessage ("setting myInterface.myInt = 777");myInterface.myInt = 777;myInterface.logMessage ("myInterface.myInt = " + myInterface.myInt);myInterface.logMessage ("myInterface.getMySecondInterface().doubleValue = " + myInterface.getMySecondInterface().doubleValue);myInterface.logMessage ("myInterface.getMySecondInterface() = " + myInterface.getMySecondInterface());myInterface.logMessageWithPrefix ("msg", "prefix");var strings = [ "one", "two", "three" ];myInterface.logMessages (strings);

⌨️ 快捷键说明

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