技术交流共1篇

记一次给博客评论框内添加一言自动输入

代码为<!---评论一言---> <script> $.getJSON('https://api.coets.cn/api/yiyan.php',function(data){ $('#comment').text(data.text); }); $(function(){ $('#comment').click(fun...
墨吻的头像-墨吻博客墨吻4年前
0805