3 Star 9 Fork 0

薛定谔的码/ChromeCallNativeExe

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
test_index.html 351 Bytes
Copy Edit Raw Blame History
fengt authored 5 years ago . 初版
<html>
<head>
<script>
function startApp() {
var evt = document.createEvent("CustomEvent");
evt.initCustomEvent('NativeCallEvent', true, false, "call success");
document.dispatchEvent(evt);
}
</script>
</head>
<body>
<button type="button" onClick="startApp()" id="startApp">调用本地程序</button>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lessbb/ChromeCallNativeExe.git
git@gitee.com:lessbb/ChromeCallNativeExe.git
lessbb
ChromeCallNativeExe
ChromeCallNativeExe
master

Search