编程语言
首页 > 编程语言> > Python群

Python群

作者:互联网

群号:904061949

<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="UTF-8">
    <title>Title</title></head>
<body>
<ul>
    <li th:each="item : ${blogPage.list}"><a th:href="'/post/' + ${item.blogId}" th:text="${item.title}"></a></li>
</ul>
<a th:each="item : ${blogPage.navigatepageNums}" th:href="'/map?page=' + ${item}" th:text="${item}"></a>
</body>
<script>
    var _hmt = _hmt || [];
    (function() {
        var hm = document.createElement("script");
        hm.src = "https://hm.baidu.com/hm.js?7449589c273ee75cf0c7def43d91fa44";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
    })();

</script>
</html>

标签:function,script,Python,hmt,hm,var,document
来源: https://www.cnblogs.com/bdldrw/p/15730630.html