Click on the html document on the desktop to jump to the specified website

 Create a new html document on the windows desktop, and the content of the document is as follows:

<script language="javascript">
    location.replace("https://www.baidu.com");
</script>

 Then click Baidu.html, it will open the browser and jump to Baidu.

Guess you like

Origin blog.csdn.net/Anenan/article/details/129081415