代码实现

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>live2d</title>
    
    <link rel="stylesheet" type="text/css" href="assets/waifu.css"/>
    <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> //博客园自带,可加可不加
</head>
<body>
    <link rel="stylesheet" type="text/css" href="./assets/waifu.css">
    <div class="waifu" id="waifu">
        <div class="waifu-tips" style="opacity: 1;"></div>
        <canvas id="live2d" width="280" height="250" class="live2d"></canvas>
        
    </div>
    <script src="./assets/live2d.js"></script>
    <script src="./assets/waifu-tips.js"></script>
    <script type="text/javascript">initmodel()</script>
</body>
</html>