html 小书签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 小书签相关的知识,希望对你有一定的参考价值。

Or just add this as a bookmark


```js
javascript:(function(){ window.open('http://0.0.0.0:' + window.prompt('For http://0.0.0.0: input a port number..','')); })();
```
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width">
        <title>Bookmarklets</title>
    </head>
    <body>
    <ul>
	<li>
     <a href="javascript:(function(){ window.open('http://0.0.0.0:' + window.prompt('For http://0.0.0.0: input a port number..','')); })();">http://0.0.0.0:PORT</a>
    For local developments, input a port number than opens the adress with a port
        </li>
	<li>
    <a href="javascript:(function(){ window.open('http://localhost:' + window.prompt('For http://localhost: input a port number..','')); })();">http://localhost:PORT</a>
    For local developments, input a port number than opens the adress with a port
        </li>
    </ul>
    </body>
</html>

以上是关于html 小书签的主要内容,如果未能解决你的问题,请参考以下文章

html 小书签

javascript书签复制网页标题和链接

可以提高web前端开发效率的6个浏览器书签,建议你赶快用起来吧!

使用Python批量合并PDF文件(带书签功能)

查看源小书签:检索原始源?

把火狐浏览器升级到26.0,发现不能导出书签到html,怎么办?