• 安装部署
  • 创建嵌入式网页,可用来做网页收藏

打开C:/phpStudy/WWW2/static/others/newfile-tpl/newfile.html
将里面的代码替换成

<!-- <!DOCTYPE html> -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
</head>
<body>
<iframe id="frame3d" name="frame3d" frameborder="0" width="100%" scrolling="auto"
style="margin-top: -4px;" οnlοad="this.style.height=document.body.clientHeight-84"
height="100%" src="http://www.baidu.com" mce_src="map.jsp"></iframe>
</body>
</html>

再创建html文件时候,只需要修改里面的http://www.baidu.com就可以把想要保存的网址记录下来,而且再Kod内部可以直接打开。

    2 个月 后

    也可以创建oexe文件(可以新建txt文件后修改后缀名)

    {
        "type": "url",
        "content": "https:\/\/www.baidu.com\/",
        "icon": "",
        "width": "800",
        "height": "560",
        "simple": 0,
        "resize": 1,
        "undefined": 0
    }
    7 个月 后