gpt4 book ai didi

javascript - 获取链接帖子使用脚本 'data:post.url' 博客不工作

转载 作者:行者123 更新时间:2023-11-27 23:12:15 26 4
gpt4 key购买 nike

我想使用 javascript 或 jQuery 在我的博客上显示 URL,但它不起作用。

我的代码:

$('.elementDIV').html("<a href='data:post.url'>Link</a>")

如何更改它才能工作?

最佳答案

尝试使用 ready 函数包装您的代码:

$(document).ready(function() {
$('.elementDIV').html("<a href='data:post.url'>Link</a>");
});

关于javascript - 获取链接帖子使用脚本 'data:post.url' 博客不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36092726/

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