我使用javascript函數如下:JavaScript警告消息包含URL
<!-- Notifying message at the beginning of openning the website -->
<script language="javascript" type="text/javascript">
alert('Sorry!');
</script>
<!--End -->
我想後添加URL「(對不起!)」的警報消息中,但我不知道該怎麼追加JavaScript中的消息本身的URL。
你的意思是可點擊網址? – Ehtesham
你的意思是*鏈接*? – Josh
您的意思是用戶可以點擊的網址嗎? – robermorales