其实我没说好话来表达头衔。我正在尝试在显示结果的同时打印文本以及与Google相同的链接。例如:
我认为iframe是最好的方法,但事实并非如此。
代码:
<!DOCTYPE html>
<html>
<body>
<a href="https://en.wikipedia.org/wiki/List_of_programming_languages">List of programming</a>
<iframe src="https://en.wikipedia.org/wiki/List_of_programming_languages" style="border:none"></iframe>
</body>
</html>
谁知道谁?