LAPTOP-SNT8I5JK\Boounion
2025-06-16 fd1333fbf52e00ff8f0b0d51ec0d707a66cc9141
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>