繁体   English   中英

我可以在浏览器选项卡的隐身模式下运行 html 代码吗? [等候接听]

[英]Can i run the html code on incognito mode of browser tab? [on hold]

示例代码测试浏览器选项卡的 html 代码隐身模式。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <img src="http://dummyimage.com/100x100/4d494d/686a82.gif&text=placeholder+image" alt="placeholder+image">
</body>
</html>

是的,您可以在任何隐身浏览器上运行 HTML 代码。 我认为您必须为浏览器上的显示徽标添加图像。 找到上面的代码。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM