gpt4 book ai didi

Javascript 警报消息包含 URL

转载 作者:行者123 更新时间:2023-11-28 12:07:40 25 4
gpt4 key购买 nike

我正在使用以下 JavaScript 函数:

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

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

最佳答案

尝试-

alert('Sorry!'+document.URL);

演示 - http://jsfiddle.net/ipr101/Fg3eN/

关于Javascript 警报消息包含 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7484915/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com