Javascript 警报消息包含 URL

Moh*_*Ali 2 javascript

我正在使用以下 JavaScript 函数:

<!-- Notifying message at the beginning of openning the website -->
    <script language="javascript" type="text/javascript">
        alert('Sorry!');
    </script>
    <!--End -->
Run Code Online (Sandbox Code Playgroud)

我想在警报消息中的“(抱歉!)”之后添加 URL,但我不知道如何将 URL 附加到 javascript 内的消息本身。