前端之家收集整理的这篇文章主要介绍了
html – 是否可以链接外部页面的“view-source:”?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我尝试使用< a href =“view-source:google.com”>外部来源< / a>但这只会返回一个断开的
链接.
模式/协议http:缺失:
<a href="view-source:http:google.com">External Source</a>`
用scURIple(scriple)测试:
data:text/html;charset=utf-8,<html><a href="view-source:http:google.com">External Source</a></html>
原文链接:https://www.f2er.com/html/225592.html