<!DOCTYPE html>
|
<html class="">
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta name="referrer" content="always">
|
<title>宋词(中国文学)_百度百科</title>
|
<script>
|
window.onload = function() {
|
var body = document.body;
|
var computedStyle = window.getComputedStyle(body);
|
var backgroundColor = computedStyle.backgroundColor;
|
window.chrome.webview.postMessage("backgroundColor:" + backgroundColor.toString())
|
};
|
window.chrome.webview.addEventListener("message", (e) => {
|
document.getElementById("eap-msg").innerHTML = e.data;
|
})
|
</script>
|
</head>
|
<body style="background-color:#3d29a0;">
|
<h1 style="font-size:16px; color:#888888">来自EAP的消息</h1>
|
<div id="eap-msg" style="font-size:22px; color:#C8C8C8">ABCDEFG</div>
|
</body>
|
</html>
|