javascript练习:83浏览器对象模型

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>New Web Project</title>
        <script language="JavaScript">
            window.document.write("这个网页文件来自:".bold());
            window.document.write(window.location.toString());
        </script>
    </head>
    <body>
    </body>
</html>
原文地址:https://www.cnblogs.com/KeenLeung/p/2993172.html