---
# System prepended metadata

title: 【wk1314_1126】課外_網路爬蟲_Beautiful Soup

---

```python
## 課本原始檔
import requests, json, os
from bs4 import BeautifulSoup
url = 'https://store.line.me/stickershop/product/8991459/zh-Hant' #人的日常
html = requests.get(url)
html
```




    <Response [200]>




```python
sp = BeautifulSoup(html.text, 'html.parser')
sp
```




    <!--
      ~ Copyright (c) 2018 LINE Corporation. All rights reserved.
      ~ LINE Corporation PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
      -->
    <!DOCTYPE html>
    
    <html data-lang="zh-Hant" lang="zh-Hant">
    <head>
    <meta charset="utf-8"/>
    <meta content="width=device-width, user-scalable=yes, initial-scale=1" name="viewport"/>
    <title>人的日常 – LINE貼圖 | LINE STORE</title>
    <meta content="可愛的你們快來吧" name="description"/>
    <meta content="telephone=no" name="format-detection"/>
    <meta content="website" property="og:type"/>
    <meta content="人的日常 – LINE貼圖 | LINE STORE" property="og:title"/>
    <meta content="https://store.line.me/stickershop/product/8991459/zh-Hant" property="og:url"/>
    <meta content="可愛的你們快來吧" property="og:description"/>
    <meta content="LINE STORE" property="og:site_name"/>
    <meta content="zh_TW" property="og:locale"/>
    <meta content="th_TH" property="og:locale:alternative"/><meta content="id_ID" property="og:locale:alternative"/><meta content="en_US" property="og:locale:alternative"/><meta content="zh_TW" property="og:locale:alternative"/><meta content="zh_MO" property="og:locale:alternative"/><meta content="en_GB" property="og:locale:alternative"/><meta content="ja_KS" property="og:locale:alternative"/><meta content="ja_JP" property="og:locale:alternative"/><meta content="en_IN" property="og:locale:alternative"/><meta content="pt_BR" property="og:locale:alternative"/><meta content="en_UD" property="og:locale:alternative"/><meta content="zh_HK" property="og:locale:alternative"/><meta content="ko_KR" property="og:locale:alternative"/><meta content="en_PI" property="og:locale:alternative"/>
    <meta content="https://stickershop.line-scdn.net/stickershop/v1/product/8991459/LINEStorePC/main.png?v=1" property="og:image"/>
    <meta content="https://stickershop.line-scdn.net/stickershop/v1/product/8991459/LINEStorePC/main.png?v=1" name="twitter:image"/>
    <meta content="人的日常 – LINE貼圖 | LINE STORE" name="twitter:title"/>
    <meta content="可愛的你們快來吧" name="twitter:description"/>
    <meta content="summary" name="twitter:card"/>
    <link href="https://store.line.me/stickershop/product/8991459/zh-Hant" rel="canonical"/>
    <link href="https://store.line.me/stickershop/product/8991459/ja" hreflang="ja" rel="alternate"><link href="https://store.line.me/stickershop/product/8991459/en" hreflang="en" rel="alternate"/><link href="https://store.line.me/stickershop/product/8991459/zh-Hant" hreflang="zh-Hant" rel="alternate"/><link href="https://store.line.me/stickershop/product/8991459/ko" hreflang="ko" rel="alternate"/><link href="https://store.line.me/stickershop/product/8991459/th" hreflang="th" rel="alternate"/><link href="https://store.line.me/stickershop/product/8991459/id" hreflang="id" rel="alternate"/><link href="https://store.line.me/stickershop/product/8991459/pt-BR" hreflang="pt-BR" rel="alternate"/><link href="https://store.line.me/stickershop/product/8991459" hreflang="x-default" rel="alternate"/>
    <meta content="yes" name="mobile-web-app-capable">
    <meta content="LINE STORE" name="application-name"/>
    <meta content="yes" name="apple-mobile-web-app-capable"/>
    <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
    <meta content="LINE STORE" name="apple-mobile-web-app-title"/>
    <link href="https://scdn.line-apps.com/n/line_store_sp/img/apple_touch_icon_228_20160805.png" rel="apple-touch-icon" sizes="228x228"/>
    <link href="https://scdn.line-apps.com/n/line_store_sp/img/apple_touch_icon_144_20160805.png" rel="apple-touch-icon-precomposed"/>
    <link href="https://scdn.line-apps.com/n/line_store_sp/img/apple_touch_icon_192_20160805.png" rel="icon" sizes="192x192" type="image/png"/>
    <link href="https://scdn.line-apps.com/n/line_store_sp/img/favicon_20160805.ico" rel="shortcut icon" type="image/x-icon"/>
    <script type="application/ld+json">
      {
        "@context": "https://schema.org",
        "@type": "Product",
        "sku": "8991459",
        "url": "https://store.line.me/stickershop/product/8991459/zh-Hant",
        
        "name": "\u4EBA\u7684\u65E5\u5E38",
        "description": "\u53EF\u611B\u7684\u4F60\u5011\u5FEB\u4F86\u5427",
        "image": "https://stickershop.line-scdn.net/stickershop/v1/product/8991459/LINEStorePC/main.png?v=1",
        
        "offers": {
          "@type": "Offer",
          "price": "30",
          "priceCurrency": "TWD",
          "url": "https://store.line.me/stickershop/product/8991459/zh-Hant"
          
          ,"seller": {
             "@type": "Organization",
             "name": "\u8A31\u73C9\u7444",
             "url": "https://store.line.me/stickershop/author/738052/zh-Hant"
          }
          
        }
        
        
      }
    </script>
    <link crossorigin="anonymous" defer="" href="https://static.line-scdn.net/laicon/edge/8.0/laicon.min.css" rel="stylesheet"/>
    <link crossorigin="anonymous" href="https://static.line-scdn.net/line_store/1936ba83faf/pc/css/line_store_pc.css" rel="stylesheet"/>
    <link crossorigin="anonymous" href="https://static.line-scdn.net/line_store/edge/store/main.e8a4b795.min.css" rel="stylesheet"/>
    </meta></link></head>
    <body class="ExOsMac">
    <div class="LyWrap">
    <div id="header-banner-root"></div>
    <header class="LyHead">
    <h1 class="MdGHD01Logo">
    <a href="/home/zh-Hant">LINE STORE</a>
    </h1>
    <div class="MdGHD02Search" data-widget="SearchBox">
    <form action="/search/zh-Hant" method="GET">
    <span class="MdIcoSearch01 FnSearchIcon" data-test="search-icon"></span>
    <span></span>
    <input class="FnSearchInput" data-test="search-field" name="q" placeholder="搜尋" type="text" value=""/>
    </form>
    </div>
    <ul class="MdGHD03Util">
    <li class="mdGHD03Li">
    <a href="/notice/list/zh-Hant">
    <span>最新資訊</span>
    </a>
    <span class="mdGHD03Line">|</span>
    </li>
    <li class="mdGHD03Li" data-test="wishlist-btn">
    <a href="/wishlist/zh-Hant"><span class="MdIcoWishlist01"></span><span>願望清單</span></a>
    <span class="mdGHD03Line">|</span>
    </li>
    <li class="mdGHD03Li" data-test="login-btn"><a href="/login/zh-Hant?url=%2Fstickershop%2Fproduct%2F8991459%2Fzh-Hant" rel="nofollow">登入</a></li>
    </ul>
    </header>
    <div class="LyContents MdCF">
    <div class="LySub">
    <nav class="MdSB06Nav" role="navigation">
    <ul>
    <li class="title flexVerticalCenter">
    <i class="lar la-smile"></i>
    <span>貼圖</span>
    </li>
    <li>
    <a class="flexVerticalCenter" href="/stickers-premium/landing/zh-Hant">
    <span data-event-action="click_premium_sidemenu_PC" data-event-category="sticker" data-event-label="Premium">LINE貼圖超值方案</span>
    <img alt="" height="14" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg" style="margin-left: 10px;"/>
    </a>
    </li>
    <li data-test="stickershop-side-menu-item">
    <a data-event-action="click_menu_sticker_pc" data-event-category="common" href="/stickershop/home/general/zh-Hant">官方貼圖</a>
    </li>
    <li class="ExSelected" data-test="creators-stickershop-side-menu-item">
    <a data-event-action="click_menu_cm-sticker_pc" data-event-category="common" href="/stickershop/home/user/zh-Hant">個人原創貼圖</a>
    </li>
    </ul>
    <hr/>
    <ul>
    <li class="title flexVerticalCenter">
    <i class="labr la-line-friends"></i>
    <span>表情貼</span>
    </li>
    <li data-test="emojishop-side-menu-item">
    <a data-event-action="click_menu_emoji_pc" data-event-category="common" href="/emojishop/home/general/zh-Hant">官方表情貼</a>
    </li>
    <li data-test="creators-emojishop-side-menu-item">
    <a data-event-action="click_menu_cs-emoji_pc" data-event-category="common" href="/emojishop/home/creators/zh-Hant">個人原創表情貼</a>
    </li>
    </ul>
    <hr/>
    <ul>
    <li class="title flexVerticalCenter">
    <i class="lar la-brush"></i> <span>主題</span>
    </li>
    <li data-test="themeshop-side-menu-item">
    <a data-event-action="click_menu_theme_pc" data-event-category="common" href="/themeshop/home/zh-Hant">官方主題</a>
    </li>
    <li data-test="creators-themeshop-side-menu-item">
    <a data-event-action="click_menu_cs-theme_pc" data-event-category="common" href="/themeshop/home/creators/zh-Hant">個人原創主題</a>
    </li>
    </ul>
    <hr/>
    <ul data-test="side-menu">
    <li class="title flexVerticalCenter">
    <i class="labr la-line-messenger-alt"></i>
    <span>LINE服務</span>
    </li>
    <li data-test="mangashop-side-menu-item">
    <a class="flexVerticalCenter" href="/naver/webtoon/zh-Hant">
    <i class="labr la-line-webtoon"></i>
    <span data-event-action="click_menu_webtoon_pc" data-event-category="common">WEBTOON</span>
    </a>
    </li>
    <li data-test="gameshop-side-menu-item">
    <a class="flexVerticalCenter" href="/game/zh-Hant">
    <i class="labr la-line-faceplay"></i>
    <span data-event-action="click_menu_game_pc" data-event-category="common">LINE GAME</span>
    </a>
    </li>
    </ul>
    <hr/>
    <ul>
    <li>
    <a class="flexVerticalCenter" href="https://help.line.me/webstore/web?lang=zh-Hant">
    <i class="lar la-question-circle"></i>
    <span>常見問題</span>
    </a>
    </li>
    </ul>
    </nav>
    </div>
    <div class="LyMain" role="main">
    <section class="MdBox03">
    <div class="mdBox03Inner01">
    <div class="MdCMN45Bnr">
    <a class="mdCMN45Inner mdCMN45AdBorderBtm" data-event-action="click_sticker_guide_pc" data-event-category="sticker" data-event-label="sticker_creators" href="https://creator.line.me/zh-hant/stickermaker/" target="_blank">
    <p class="mdCMN45Txt">
    <span class="MdTag01 mdCMN45Tag">NOTICE</span>
    <span>此為透過「LINE拍貼」製作的貼圖。</span>
    </p>
    <p class="mdCMN45More">試用</p>
    </a>
    </div>
    <!-- Movie Button Over-->
    <div class="MdCMN38EndTop mdCMN38Sticker">
    <div class="mdCMN38Img" data-preview='{ "type" : "static", "id" : "8991459", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/product/8991459/LINEStorePC/main.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-widget="MainSticker" data-widget-id="MainSticker" ref="mainImage">
    <img alt="人的日常" class="FnImage" height="230" src="https://stickershop.line-scdn.net/stickershop/v1/product/8991459/LINEStorePC/main.png?v=1" width="230"/>
    <div class="MdIcoPremium_b">Premium</div>
    <div class="FnPreviewWrapper"></div>
    </div>
    <ul class="mdCMN38Item01">
    <div class="mdCMN38Item0lHead">
    <p class="mdCMN38Item01Ttl" data-test="sticker-name-title">人的日常</p>
    </div>
    <a class="mdCMN38Item01Author" data-test="sticker-author" href="/stickershop/author/738052/zh-Hant">許珉瑄</a>
    <p class="mdCMN38Item01Txt">可愛的你們快來吧</p>
    <div class="mdCMN38Item01Info" data-test="sticker-price-info">
    <p class="mdCMN38Item01Price" data-test="sticker-price">NT$30</p>
    <p class="mdCMN38Item01Wish" onclick="moveToAddWish()">
    <label class="MdIco01Wish">
    <input data-widget="WishCheckbox" name="" type="checkbox" value=""/>
    <span class="mdIco01WishTxt" data-test="wish-btn">リストに追加する</span>
    </label>
    </p>
    <script>/*<![CDATA[*/
                    function moveToAddWish(){
                      document.location = "\/login\/zh-Hant?url=\/stickershop\/product\/8991459\/wish\/zh-Hant?_csrf%3D97c0ff77-f560-46fb-ac77-dd5cb444a719";
                    }
                    /*]]>*/</script>
    </div>
    <ul class="mdCMN38Item01Ul" data-custom-sticker="CustomSticker" data-widget="PurchaseButtons" data-widget-id="PurchaseButtons">
    <li>
    <button class="MdBtn01P02" data-event-label="sticker_creators" data-href="/login/?url=%2Fstickershop%2Fproduct%2F8991459%2Fzh-Hant" data-test="present-btn" data-trigger-target="ModalWindowPresent" data-widget="LinkButton">贈送禮物</button>
    </li>
    <li>
    <button class="MdBtn01P01" data-event-label="sticker_creators" data-href="/stickershop/payment?packageId=8991459&amp;confirmedPrice=NT%2430" data-reload="true" data-test="purchase-btn" data-widget="PopUpButton" data-win-height="800" data-win-width="815" rel="nofollow">購買</button>
    </li>
    </ul>
    <div class="mdCMN38Item01Sub">
    <button class="MdBtn03 mdBtn03P01" data-event-action="click_sticker_premium_trial_PC" data-event-category="sticker" data-event-label="sticker_creators" data-href="/stickers-premium/redirectToSubscriptionLpIfNeeded/zh-Hant?packageId=8991459" data-widget="LinkButton" type="button">免費試用（貼圖用到飽）</button>
    </div>
    </ul>
    </div>
    <div class="MdHLine01"></div>
    <div class="MdCMN09DetailView mdCMN09Sticker">
    <div class="mdCMN09Preview">
    <div class="mdCMN09PreviewTxt" data-test="preview-text">
    <div data-update-user-collapse-disclaimer-api="/api/userdisclaimer/update/zh-Hant" data-widget="CreatorDisclaimerAccordion" style="margin-bottom: 10px;">
    <div class="accordion-button" data-collapse-target="#disclaimer" data-test="disclaimer-accordion-button">
    <span>關於提供給創作者的資訊</span>
    </div>
    <p data-test="disclaimer" id="disclaimer">
    <br/>
          本公司收集相關購買數據以提供販售報告給內容創作者。<br/>該販售報告包含購買日期及購買者所註冊的國家或地區，並未包含任何可識別用戶的資訊。
          
            <br/><br/>
    </p>
    </div>
    
            
          
          
          點擊貼圖即可預覽。
        </div>
    </div>
    <div class="mdCMN09ImgList" data-is-big="false" data-widget="StickerPreview" data-widget-id="StickerPreview">
    <div class="MdLoader FnLoading" style="opacity: 0">
    <div class="mdLoaderInner mdLoaderDetail">
    <div class="mdLoadSpinner"></div>
    </div>
    </div>
    <div class="MdLoader FnReloadBtn" style="opacity: 0">
    <div class="mdLoaderInner">
    <p class="mdLoadReLoad" data-event-label="sticker_creators">重試</p>
    </div>
    </div>
    <div class="mdCMN09ImgListWarp">
    <ul class="mdCMN09Ul FnStickerList">
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054638", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054638/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054638/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054638/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054638/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054639", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054639/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054639/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054639/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054639/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054640", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054640/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054640/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054640/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054640/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054641", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054641/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054641/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054641/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054641/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054642", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054642/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054642/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054642/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054642/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054643", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054643/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054643/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054643/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054643/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054644", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054644/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054644/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054644/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054644/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054645", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054645/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054645/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054645/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054645/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054646", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054646/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054646/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054646/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054646/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054647", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054647/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054647/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054647/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054647/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054648", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054648/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054648/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054648/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054648/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054649", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054649/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054649/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054649/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054649/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054650", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054650/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054650/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054650/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054650/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054651", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054651/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054651/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054651/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054651/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054652", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054652/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054652/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054652/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054652/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054653", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054653/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054653/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054653/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054653/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054654", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054654/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054654/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054654/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054654/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054655", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054655/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054655/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054655/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054655/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054656", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054656/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054656/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054656/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054656/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054657", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054657/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054657/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054657/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054657/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054658", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054658/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054658/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054658/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054658/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054659", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054659/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054659/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054659/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054659/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054660", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054660/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054660/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054660/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054660/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054661", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054661/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054661/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054661/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054661/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054662", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054662/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054662/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054662/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054662/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054663", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054663/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054663/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054663/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054663/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054664", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054664/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054664/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054664/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054664/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054665", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054665/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054665/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054665/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054665/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054666", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054666/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054666/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054666/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054666/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054667", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054667/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054667/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054667/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054667/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054668", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054668/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054668/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054668/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054668/android/sticker.png?v=1);"></span>
    </div>
    </li>
    <li class="mdCMN09Li FnStickerPreviewItem static-sticker" data-preview='{ "type" : "static", "id" : "230054669", "staticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054669/android/sticker.png?v=1", "fallbackStaticUrl" : "https://stickershop.line-scdn.net/stickershop/v1/sticker/230054669/android/sticker.png?v=1", "animationUrl" : "", "popupUrl" : "", "soundUrl" : "" }' data-test="sticker-item">
    <div class="mdCMN09LiInner FnImage">
    <span class="mdCMN09Image" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054669/android/sticker.png?v=1);"></span>
    </div>
    <div class="mdCMN09ImgPreview FnPreviewImage MdNonDisp">
    <span class="mdCMN09Image FnPreview" style="background-image:url(https://stickershop.line-scdn.net/stickershop/v1/sticker/230054669/android/sticker.png?v=1);"></span>
    </div>
    </li>
    </ul>
    <div class="MdOverlay01 FnStickerPreviewOverlay MdNonDisp" style="pointer-events: none;"></div>
    </div>
    <div class="FnPreviewWrapper MdNonDisp">
    <div class="MdOverlay FnOverlay"></div>
    <div class="MdLYR11Sticker FnPopupCanvasWrapper">
    <div class="mdLYR11BigImg FnImgWrapper MdNonDisp"></div>
    </div>
    </div>
    </div>
    <p class="mdCMN09Copy">Shuan</p>
    <p class="mdCMN09Txt">
    <a data-event-name="openModalWindow" data-event-target="EnvironmentCaution" data-widget="EventTrigger" href="javascript:;">注意事項</a>
    <a data-reload="true" data-test="report-btn" data-widget="PopUpButton" data-win-height="760" data-win-width="692" href="/report/stickershop/8991459/zh-Hant">檢舉</a>
    </p>
    <div class="MdCMN22Share">
    <ul class="mdCMN22ShareUl">
    <li class="mdCMN22ShareLi">
    <a data-share-text="人的日常 – LINE貼圖 | LINE STORE" data-share-url="https://store.line.me/stickershop/product/8991459/zh-Hant" data-test="line-btn" data-type="line_timeline" data-widget="ShareButton" href="javascript:;" title="LINE">
    <span class="mdCMN22ShareLINE">LINE Share</span>
    </a>
    </li>
    <li class="mdCMN22ShareLi">
    <a data-share-text="人的日常 – LINE貼圖 | LINE STORE" data-share-url="https://store.line.me/stickershop/product/8991459/zh-Hant" data-test="twitter-btn" data-type="tw" data-widget="ShareButton" href="javascript:;" title="X (Twitter)">
    <span class="mdCMN22ShareTW">X (Twitter) Share</span>
    </a>
    </li>
    <li class="mdCMN22ShareLi">
    <a data-share-text="人的日常 – LINE貼圖 | LINE STORE" data-share-url="https://store.line.me/stickershop/product/8991459/zh-Hant" data-test="facebook-btn" data-type="fb" data-widget="ShareButton" href="javascript:;" title="Facebook">
    <span class="mdCMN22ShareFB">Facebook Share</span>
    </a>
    </li>
    </ul>
    <!--/MdCMN22Share-->
    </div>
    </div>
    </div>
    <div class="mdBox03Inner02">
    <div class="MdHead01">
    <h2 class="MdTtl02" data-test="other-sticker-title">許珉瑄的其他作品</h2>
    </div>
    <div class="MdCMN01List">
    <ul class="mdCMN01Ul" data-test="other-sticker-list">
    <li class="mdCMN01Li">
    <a data-event-action="click_other_product" data-event-category="sticker" data-event-label="author" href="/stickershop/product/26321816/zh-Hant?from=sticker" title="生日羊羊">
    <div class="MdCMN07Item mdCMN07Sticker">
    <div class="mdCMN07Img" data-test="other-sticker-img">
    <img alt="生日羊羊" height="60" src="https://stickershop.line-scdn.net/stickershop/v1/product/26321816/LINEStorePC/main.png?v=1" width="60"/>
    </div>
    <div class="mdCMN07Txt">
    <span class="MdIco01Premium">Premium</span>
    <h3 class="mdCMN07Ttl" data-test="other-author-name">生日羊羊</h3>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN01Li">
    <a data-event-action="click_other_product" data-event-category="sticker" data-event-label="author" href="/stickershop/product/8182455/zh-Hant?from=sticker" title="小白三毛和小黑三毛的日常">
    <div class="MdCMN07Item mdCMN07Sticker">
    <div class="mdCMN07Img" data-test="other-sticker-img">
    <img alt="小白三毛和小黑三毛的日常" height="60" src="https://stickershop.line-scdn.net/stickershop/v1/product/8182455/LINEStorePC/main.png?v=1" width="60"/>
    </div>
    <div class="mdCMN07Txt">
    <span class="MdIco01Premium">Premium</span>
    <h3 class="mdCMN07Ttl" data-test="other-author-name">小白三毛和小黑三毛的日常</h3>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN01Li">
    <a data-event-action="click_other_product" data-event-category="sticker" data-event-label="author" href="/stickershop/product/6784096/zh-Hant?from=sticker" title="粉吉豬">
    <div class="MdCMN07Item mdCMN07Sticker">
    <div class="mdCMN07Img" data-test="other-sticker-img">
    <img alt="粉吉豬" height="60" src="https://stickershop.line-scdn.net/stickershop/v1/product/6784096/LINEStorePC/main.png?v=1" width="60"/>
    </div>
    <div class="mdCMN07Txt">
    <span class="MdIco01Premium">Premium</span>
    <h3 class="mdCMN07Ttl" data-test="other-author-name">粉吉豬</h3>
    </div>
    </div>
    </a>
    </li>
    </ul>
    </div>
    </div>
    </section>
    <div class="MdHLine01"></div>
    <div class="MdHead01 mdHead01Space01">
    <h3 class="MdTtl01">相似的貼圖</h3>
    </div>
    <div class="MdCMN02List FnRelatedSticker">
    <ul class="mdCMN02Ul">
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="0" href="/stickershop/product/28544/zh-Hant?from=sticker" title="貓貓蟲-咖波 可愛大暴走">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="貓貓蟲-咖波 可愛大暴走" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28544/LINEStorePC/main.png?v=6" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="1" href="/stickershop/product/27029/zh-Hant?from=sticker" title="會動！Piske和Usagi 一起動起來">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="會動！Piske和Usagi 一起動起來" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/27029/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="2" href="/stickershop/product/18731/zh-Hant?from=sticker" title="一輩子適用！Piske和Usagi的超好用祝賀語">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="一輩子適用！Piske和Usagi的超好用祝賀語" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/18731/LINEStorePC/main.png?v=7" width="120"/>
    <span class="MdIcoFlash_m" data-test="popup-sticker-icon">Popup only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="3" href="/stickershop/product/16897/zh-Hant?from=sticker" title="貓貓蟲-咖波 超可愛訊息貼圖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="貓貓蟲-咖波 超可愛訊息貼圖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/16897/LINEStorePC/main.png?v=9" width="120"/>
    <span class="MdIcoMessageSticker_m" data-test="message-sticker-icon">Message sticker</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="4" href="/stickershop/product/27973/zh-Hant?from=sticker" title="胖鯊魚鯊西米-特效貼圖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="胖鯊魚鯊西米-特效貼圖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/27973/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoEffectSticker_m" data-test="popup-effect-sticker-icon">Popup only effect icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="5" href="/stickershop/product/12932/zh-Hant?from=sticker" title="塔仔不正經 好煩啪">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="塔仔不正經 好煩啪" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/12932/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="6" href="/stickershop/product/25893/zh-Hant?from=sticker" title="喵嗚公園−有點嗆嗆的">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="喵嗚公園−有點嗆嗆的" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/25893/LINEStorePC/main.png?v=9" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="7" href="/stickershop/product/30709/zh-Hant?from=sticker" title="SHIBANBAN微笑柴犬-廢柴寶寶日常">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="SHIBANBAN微笑柴犬-廢柴寶寶日常" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/30709/LINEStorePC/main.png?v=5" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="8" href="/stickershop/product/26033/zh-Hant?from=sticker" title="吉伊卡哇 (2)">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="吉伊卡哇 (2)" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/26033/LINEStorePC/main.png?v=7" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="9" href="/stickershop/product/9998/zh-Hant?from=sticker" title="貓爪抓 -一起來抓-">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="貓爪抓 -一起來抓-" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/9998/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="10" href="/stickershop/product/28133/zh-Hant?from=sticker" title="變種吉娃娃左手不耐煩貼圖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="變種吉娃娃左手不耐煩貼圖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28133/LINEStorePC/main.png?v=7" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="11" href="/stickershop/product/10764/zh-Hant?from=sticker" title="超級好動的小兔子">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="超級好動的小兔子" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/10764/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="12" href="/stickershop/product/33156/zh-Hant?from=sticker" title="反應過激的貓 第21彈">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="反應過激的貓 第21彈" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/33156/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="13" href="/stickershop/product/23871/zh-Hant?from=sticker" title="法鬥皮古-激動演技派(第21彈)">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="法鬥皮古-激動演技派(第21彈)" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/23871/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="14" href="/stickershop/product/28698/zh-Hant?from=sticker" title="胸毛公寓的猴子朋友（有聲動態）">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="胸毛公寓的猴子朋友（有聲動態）" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28698/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="15" href="/stickershop/product/16893/zh-Hant?from=sticker" title="柯基犬卡卡 - 可愛實用篇 ♪">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="柯基犬卡卡 - 可愛實用篇 ♪" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/16893/LINEStorePC/main.png?v=9" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="16" href="/stickershop/product/29121/zh-Hant?from=sticker" title="水豚媽媽與小水豚♥豐富情緒">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="水豚媽媽與小水豚♥豐富情緒" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/29121/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="17" href="/stickershop/product/18089/zh-Hant?from=sticker" title="鹿人與泥鰍超大聲-特效貼圖登場">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="鹿人與泥鰍超大聲-特效貼圖登場" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/18089/LINEStorePC/main.png?v=9" width="120"/>
    <span class="MdIcoEffectSoundSticker_m" data-test="popup-sound-effect-sticker-icon">Popup &amp; Sound &amp; Effect icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="18" href="/stickershop/product/25488/zh-Hant?from=sticker" title="臭臉貓咪 - 向前衝衝衝！">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="臭臉貓咪 - 向前衝衝衝！" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/25488/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="19" href="/stickershop/product/9873/zh-Hant?from=sticker" title="小學課本的逆襲－好好說話">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="小學課本的逆襲－好好說話" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/9873/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="20" href="/stickershop/product/29122/zh-Hant?from=sticker" title="鹿人與泥鰍-股海戰士王伯伯">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="鹿人與泥鰍-股海戰士王伯伯" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/29122/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="21" href="/stickershop/product/29794/zh-Hant?from=sticker" title="87小兔：OMG!我好可愛！">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="87小兔：OMG!我好可愛！" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/29794/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="22" href="/stickershop/product/16832/zh-Hant?from=sticker" title="迷你黑白雞">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="迷你黑白雞" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/16832/LINEStorePC/main.png?v=7" width="120"/>
    <span class="MdIcoFlash_m" data-test="popup-sticker-icon">Popup only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="23" href="/stickershop/product/19360/zh-Hant?from=sticker" title="嗨小強-實用日常特效貼圖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="嗨小強-實用日常特效貼圖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/19360/LINEStorePC/main.png?v=11" width="120"/>
    <span class="MdIcoEffectSoundSticker_m" data-test="popup-sound-effect-sticker-icon">Popup &amp; Sound &amp; Effect icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="24" href="/stickershop/product/27099/zh-Hant?from=sticker" title="蜜桃貓和小伙伴6">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="蜜桃貓和小伙伴6" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/27099/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="25" href="/stickershop/product/27641/zh-Hant?from=sticker" title="SPY×FAMILY 間諜家家酒">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="SPY×FAMILY 間諜家家酒" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/27641/LINEStorePC/main.png?v=2" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="26" href="/stickershop/product/28120/zh-Hant?from=sticker" title="白白日記．戀愛了？戀愛了！">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="白白日記．戀愛了？戀愛了！" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28120/LINEStorePC/main.png?v=5" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="27" href="/stickershop/product/17914/zh-Hant?from=sticker" title="法鬥皮古-說好的減肥呢(第15彈)">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="法鬥皮古-說好的減肥呢(第15彈)" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/17914/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="28" href="/stickershop/product/26418/zh-Hant?from=sticker" title="dtto friends動起來!日常用語">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="dtto friends動起來!日常用語" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/26418/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="29" href="/stickershop/product/16801/zh-Hant?from=sticker" title="大頭兒 超大字動動貼">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="大頭兒 超大字動動貼" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/16801/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="30" href="/stickershop/product/18807/zh-Hant?from=sticker" title="米犬日常 - 特效貼圖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="米犬日常 - 特效貼圖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/18807/LINEStorePC/main.png?v=10" width="120"/>
    <span class="MdIcoEffectSticker_m" data-test="popup-effect-sticker-icon">Popup only effect icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="31" href="/stickershop/product/24282/zh-Hant?from=sticker" title="【貼圖之日】Usamaru">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="【貼圖之日】Usamaru" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/24282/LINEStorePC/main.png?v=4" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="32" href="/stickershop/product/19057/zh-Hant?from=sticker" title="香蕉人★又日語又台語">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="香蕉人★又日語又台語" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/19057/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoSound_m" data-test="sound-sticker-icon">Sound only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="33" href="/stickershop/product/28669/zh-Hant?from=sticker" title="伸縮自如的雞與鴨 超雞省空間">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="伸縮自如的雞與鴨 超雞省空間" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28669/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="34" href="/stickershop/product/20198/zh-Hant?from=sticker" title="八點檔大戲 愛火纏綿 12-純恥相依">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="八點檔大戲 愛火纏綿 12-純恥相依" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/20198/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="35" href="/stickershop/product/29726/zh-Hant?from=sticker" title="好想兔-耍寶日常">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="好想兔-耍寶日常" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/29726/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="36" href="/stickershop/product/13552/zh-Hant?from=sticker" title="胖子來貘系列">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="胖子來貘系列" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/13552/LINEStorePC/main.png?v=12" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="37" href="/stickershop/product/28966/zh-Hant?from=sticker" title="雙下巴阿北 14">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="雙下巴阿北 14" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28966/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="38" href="/stickershop/product/19004/zh-Hant?from=sticker" title="怪奇事物所：所長的過度繁殖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="怪奇事物所：所長的過度繁殖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/19004/LINEStorePC/main.png?v=9" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="39" href="/stickershop/product/21403345/zh-Hant?from=sticker" title="白爛貓40☆超活潑☆">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="白爛貓40☆超活潑☆" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/21403345/LINEStorePC/main.png?v=1" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="40" href="/stickershop/product/17009/zh-Hant?from=sticker" title="軟綿綿可愛兔子">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="軟綿綿可愛兔子" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/17009/LINEStorePC/main.png?v=7" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="41" href="/stickershop/product/28967/zh-Hant?from=sticker" title="奶油小生 - 省空間貼圖">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="奶油小生 - 省空間貼圖" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/28967/LINEStorePC/main.png?v=5" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="42" href="/stickershop/product/29141/zh-Hant?from=sticker" title="白爛貓☆淘氣鬼☆">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="白爛貓☆淘氣鬼☆" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/29141/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="43" href="/stickershop/product/8527/zh-Hant?from=sticker" title="紅荳-動態有聲實用日常貼2(夏日版)">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="紅荳-動態有聲實用日常貼2(夏日版)" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/8527/LINEStorePC/main.png?v=8" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="44" href="/stickershop/product/30021/zh-Hant?from=sticker" title="只是一顆麻糬-一起動起來">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="只是一顆麻糬-一起動起來" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/30021/LINEStorePC/main.png?v=4" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="45" href="/stickershop/product/5675/zh-Hant?from=sticker" title="又叫了的掰啾">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="又叫了的掰啾" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/5675/LINEStorePC/main.png?v=9" width="120"/>
    <span class="MdIcoAni_m" data-test="animation-sound-sticker-icon">Animation &amp; Sound icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="46" href="/stickershop/product/33157/zh-Hant?from=sticker" title="企鵝皮蛋 X 天竺鼠布丁 有點厭世">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="企鵝皮蛋 X 天竺鼠布丁 有點厭世" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/33157/LINEStorePC/main.png?v=2" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="47" href="/stickershop/product/23208876/zh-Hant?from=sticker" title="LV.48 野生喵喵怪(屬性:寶寶)">
    <div class="MdCMN05Item mdCMN05Sticker">
    <img alt="" class="MdIcoPremium_s" src="https://static.line-scdn.net/line_store/1814c5eeaa1/pc/img/common/img_charge_premium.svg"/>
    <div class="mdCMN05Img">
    <img alt="LV.48 野生喵喵怪(屬性:寶寶)" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/23208876/LINEStorePC/main.png?v=1" width="120"/>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="48" href="/stickershop/product/6236/zh-Hant?from=sticker" title="懶得“鳥”你  動態貼圖2">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="懶得“鳥”你  動態貼圖2" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/6236/LINEStorePC/main.png?v=12" width="120"/>
    <span class="MdIcoPlay_m" data-test="animation-sticker-icon">Animation only icon</span>
    </div>
    </div>
    </a>
    </li>
    <li class="mdCMN02Li">
    <a class="FnRelatedStickerLink" data-index="49" href="/stickershop/product/26716390/zh-Hant?from=sticker" title="自助餐">
    <div class="MdCMN05Item mdCMN05Sticker">
    <div class="mdCMN05Img">
    <img alt="自助餐" height="120" src="https://stickershop.line-scdn.net/stickershop/v1/product/26716390/LINEStorePC/main.png?v=1" width="120"/>
    </div>
    </div>
    </a>
    </li>
    </ul>
    </div>
    </div>
    </div>
    <footer class="LyFoot" data-test="foot-menu" role="contentinfo">
    <!-- For TW -->
    <div class="lyFootInner">
    <h1 class="MdHide">LINE Taiwan Limited Link</h1>
    <div class="MdGFT02Link">
    <ul class="mdGFT02Ul" data-test="tw-foot-menu-ul">
    <li><a href="/terms/zh-Hant">服務條款</a>
    </li>
    <li><a href="https://terms.line.me/line_tw_privacy_policy?lang=zh-Hant" target="_blank">隱私權政策</a></li>
    <li><a href="https://terms.line.me/webstore_taiwan_mktpp?lang=zh-Hant">行銷資料提供政策</a></li>
    </ul>
    </div>
    <p class="MdGFT01Copy" data-test="company-name">
    <small><b>台灣連線股份有限公司　統一編號：24556886</b> 
              <b>© LINE Taiwan Limited</b></small>
    </p>
    </div>
    <div class="MdGFT03Lang">
    <div class="mdGFT03NewSelect01" data-form=".FnLanguageSelectForm" data-widget="Select">
    <div class="mdGFT03Label"><span class="mdGFT03LabelTxt" data-test="set-language-txt"></span></div>
    <ul class="mdGFT03Ul MdHide" style="top: -202px">
    <li class="mdGFT03Li" data-action="/setLanguage/ja">
    <a class="mdGFT03Txt">日本語</a>
    </li>
    <li class="mdGFT03Li" data-action="/setLanguage/en">
    <a class="mdGFT03Txt">English</a>
    </li>
    <li class="mdGFT03Li" data-action="/setLanguage/zh-Hant" data-selected="true">
    <a class="mdGFT03Txt">中文(繁體)</a>
    </li>
    <li class="mdGFT03Li" data-action="/setLanguage/ko">
    <a class="mdGFT03Txt">한국어</a>
    </li>
    <li class="mdGFT03Li" data-action="/setLanguage/th">
    <a class="mdGFT03Txt">ภาษาไทย</a>
    </li>
    <li class="mdGFT03Li" data-action="/setLanguage/id">
    <a class="mdGFT03Txt">Bahasa Indonesia</a>
    </li>
    <li class="mdGFT03Li" data-action="/setLanguage/pt-BR">
    <a class="mdGFT03Txt">Português brasileiro</a>
    </li>
    </ul>
    <form action="/setLanguage/zh-Hant" class="FnLanguageSelectForm" method="POST"><input name="_csrf" type="hidden" value="97c0ff77-f560-46fb-ac77-dd5cb444a719">
    <input class="FnUrl" name="url" type="hidden" value="/stickershop/product/8991459/zh-Hant"/>
    </input></form>
    </div>
    </div>
    </footer>
    <!-- friend item templates -->
    <script class="FnPresentFriendTemplate" type="text/template">
        <tr>
          <td class="mdLYR08TdImg">
            <div class="mdLYR08Img"><span class="mdLYR08Shadow"></span><img src="{{imageUrl}}" /></div>
          </td>
          <td class="mdLYR08TdTxt">
            <div class="mdLYR08Txt">{{name}}</div>
          </td>
          <td class="mdLYR08TdBtn"><a class="MdBtn05 FnFrindSelectBtn" href="javascript:;"><span
            class="mdBtn05Inner"><span
            class="mdBtn05Txt">選擇</span></span></a></td>
        </tr>
      </script>
    <!-- templates for radio buttons -->
    <script class="FnCallPlanRadioTemplate" type="text/template">
        <li class="mdCMN17Li">
          <label>
            <div class="MdIcoRadio01 {{selectedClass}}">
              <span class="mdIcoRadio01Ico"></span>
              <input name="type" value="{{id}}" type="radio" data-price="{{displayPrice}}" data-product-id="{{id}}"
                     data-item-type="{{type}}" />
            </div>
            <p class="mdCMN17LiTxt">{{name}}</p>
          </label>
        </li>
      </script>
    </div>
    <div class="MdLYR01Box" data-widget="ModalWindow" data-widget-id="ModalWindowPresent" style="top: 50%; left: 50%; margin-left: -241px; margin-top: -305px; display: none;'">
    <div class="MdLYR02Body mdLYR02Present" data-friends-api="/api/present/friends/zh-Hant" data-package-id="123456" data-skip-template="true" data-submit-url="/stickershop/payment?packageId=8991459&amp;confirmedPrice=NT%2430" data-to-user-param="toUserMid" data-widget="PresentFriends" data-win-height="800" data-win-width="815">
    <a class="mdLYR02Close FnModalWindowClose" href="javascript:;"><span class="MdBtnClose01">關閉</span></a>
    <div class="MdLYR03Head">
    <h1 class="mdLYR03Ttl">選擇好友</h1>
    </div>
    <div data-tab-id="0" style="display: none;">
    <p class="mdLYR02Desc">請選擇要送禮的好友。</p>
    <div class="MdLYR07Search FnFriendsSearchWrap">
    <div class="mdLYR07SearchBox">
    <input class="FnFriendsSearchInput" id="" name="" placeholder="搜尋" type="text" value=""/><span class="MdIcoSearch02 FnFriendsSearchBtn"></span>
    </div>
    <div class="MdLYR08List">
    <p class="mdLYR08noR FnFriendsNoResults" style="display: none;">找不到符合條件的資料</p>
    <table class="mdLYR08Tbl FnFriendsTable"></table>
    </div>
    </div>
    </div>
    <div data-tab-id="1" style="display: none;">
    <p class="mdLYR02Desc">請選擇送禮通知的圖樣</p>
    <div class="MdLYR08List">
    <ul class="mdLYR08Ul" data-widget="RadioGroup" data-widget-id="presentFriendsRadioGroup">
    <li class="mdLYR08Li ExSelected">
    <label></label>
    <div class="MdIcoRadio02">
    <label><span class="mdIcoRadio02Ico"></span><input name="presentTemplateId" type="radio" value="0"/></label>
    </div>
    <label><span class="mdLYR08Img01">For You - Sticker Type 01</span></label>
    </li>
    <li class="mdLYR08Li">
    <label></label>
    <div class="MdIcoRadio02">
    <label><span class="mdIcoRadio02Ico"></span><input name="presentTemplateId" type="radio" value="1"/></label>
    </div>
    <label><span class="mdLYR08Img02">For You - Sticker Type 02</span></label>
    </li>
    <li class="mdLYR08Li">
    <label></label>
    <div class="MdIcoRadio02">
    <label><span class="mdIcoRadio02Ico"></span><input name="presentTemplateId" type="radio" value="2"/></label>
    </div>
    <label><span class="mdLYR08Img03">For You - Sticker Type 03</span></label>
    </li>
    <li class="mdLYR08Li">
    <label></label>
    <div class="MdIcoRadio02">
    <label><span class="mdIcoRadio02Ico"></span><input name="presentTemplateId" type="radio" value="3"/></label>
    </div>
    <label><span class="mdLYR08Img04">For You - Sticker Type 04</span></label>
    </li>
    </ul>
    <div class="mdLYR08Send">
    <p class="mdLYR08SendTxt">
                   
                </p>
    <div class="mdLYR08SendBtn">
    <a class="MdBtn01 mdBtn03 FnCancelBtn" href="javascript:;"><span class="mdBtn01Inner">
    <span class="mdBtn01Txt">取消</span></span></a>
    <a class="MdBtn01 mdBtn01 FnSubmitBtn" href="javascript:;">
    <span class="mdBtn01Inner">
    <span class="mdBtn01Txt">NT$30 購買</span>
    </span>
    </a>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="MdLYR01Layer" data-widget="ModalWindow" data-widget-id="EnvironmentCaution" style="display: none;">
    <div class="mdLYR01Inner">
    <div class="mdLYR01Body">
    <div class="MdLYR22Caution">
    <h3 class="mdLYR22Ttl01">注意事項</h3>
    <p class="mdLYR22Txt01">適用於iOS、Android的LINE 9.12.0以上版本。</p>
    </div>
    </div>
    <div class="mdLYR01Foot">
    <button class="mdLYR01Close" data-event-name="closeModalWindow" data-event-target="EnvironmentCaution" data-widget="EventTrigger">關閉</button>
    </div>
    </div>
    </div>
    <!-- TODO: Add Condition for Movie block -->
    <script>/*<![CDATA[*/
        function pageIsReloaded() {
          try {
            const navigationEntries = performance.getEntriesByType("navigation");
    
            return navigationEntries.length > 0
                   && navigationEntries[0] instanceof PerformanceNavigationTiming
                   && navigationEntries[0].type === 'reload';
          } catch {
            // If PerformanceNavigationTiming is unavailable, ignore this method.
            return false;
          }
        }
    
        document.addEventListener("DOMContentLoaded", function () {
          // If the page is reloaded, do not send the event.
          if (pageIsReloaded()) {
            return;
          }
    
          const url = '/api/end-page-reference/send-event';
    
          const data = {
            itemType: "STICKER",
            itemId: "8991459",
            countryCode: "TW",
            viewType: "PC",
            referrer: document.referrer || '',
          };
    
          $.ajax({
            url: url,
            type: "POST",
            contentType: "application/json",
            data: JSON.stringify(data),
            dataType: "json",
          });
        });
      /*]]>*/</script>
    <div class="MdOverlay FnOverlay" style="display:none;"></div>
    <script type="text/javascript">
      //<![CDATA[
      //
      var OPTIONS = {
        config: {
          debug: false,
          pageType: "sticker_improve_detail",
          staticUrl: "https:\/\/scdn.line-apps.com\/n\/"
        },
        // define messages only used in JS
        messages: {}
      };
      OPTIONS.config.wishProduct = {
        productType: "STICKER",
        productId: "8991459"
      };
      //
      //]]>
    </script>
    <script>/*<![CDATA[*/
      (function (w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
        var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
        j.async = true;
        j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
      })(window, document, 'script', 'dataLayer', 'GTM-TVHZDL');
      /*]]>*/</script>
    <script>
        OPTIONS.config.env = {
          phase: "release",
          storeDomain: "store.line.me",
          billingDomain: "store-bill.line.me",
          lineScheme: "line"
        };
        OPTIONS.config.assetsUrl = "https:\/\/static.line-scdn.net\/line_store\/";
        OPTIONS.config.tagNo = "1936ba83faf";
    
        OPTIONS.config.oa = {"friendShip":"UNSPECIFIED","searchId":"linestoretw"};
    
        OPTIONS.config.userStateModel = {
          isLoggedIn: false,
          country: "TW",
          language: "CHINESE_TRADITIONAL",
          languageId: "zh-Hant",
          viewType: "PC",
          isSmartphone: false,
          isIOS: false,
          hasCollapsedUserDisclaimer: false,
          isPremiumUser: false
        };
    
        OPTIONS.config.mypage = {
          hasNew: {
            wishlist: false
          }
        };
    
        
    
        
        OPTIONS.config.page = {
          type: "END_PAGE",
          pcPaymentPopup: {
            width: 815,
            height: 800
          },
          status: {
            isPremium: true
          }
        }
        
    
        dataLayer.push({
          'user': {
            isLoggedIn: false,
            viewType: "PC",
            displayLanguage: "CHINESE_TRADITIONAL",
            country: "TW",
            currencyType: "TWD",
            deviceModel: {
              applicationType: "ANONYMOUS",
              applicationVersion: "ANONYMOUS"
            },
          }
        });
    
        dataLayer.push({
          salesInformation: {
            priceTier: 1,
            isCreators: true
          },
        });
      </script>
    <script>
        function redirectErrorPage(resourceName) {
          // Do not redirect when store is in maintenance mode, since the js file is not available and will redirect
          // to the error page recursively.
          if (!location.href.includes("load_script_failed") && !location.href.includes("inMaintenance")) {
            const errorPageUrl = "\/error\/load_script_failed\/zh-Hant";
            location.href = errorPageUrl + "?resourceName=" + resourceName;
          }
        }
      </script>
    <script crossorigin="anonymous" onerror="redirectErrorPage('thrift')" src="https://static.line-scdn.net/line_store/16909542e95/thrift/thrift.js"></script>
    <script crossorigin="anonymous" onerror="redirectErrorPage('pcScript')" src="https://static.line-scdn.net/line_store/1936ba83faf/pc/js/lc.line.store.pc.main.js"></script>
    <script>
        window.popups = [];
      </script>
    <script>
        window.headerBanners = [];
      </script>
    <script>
        window.experimentParams = {"enableStoreThreeMonthsPremiumCampaign":false};
      </script>
    <script onerror="redirectErrorPage('message')" src="/api/resource/messages.js/zh-Hant?lang=zh-Hant&amp;hash=e205fd96c99eb05cebc8c2920433f05614d8160f"></script>
    <script crossorigin="anonymous" onerror="redirectErrorPage('spaChunckScript')" src="https://static.line-scdn.net/line_store/edge/store/vendors~main.da0e3ef8.min.js"></script>
    <script crossorigin="anonymous" onerror="redirectErrorPage('spaScript')" src="https://static.line-scdn.net/line_store/edge/store/main.cc3acce3.min.js"></script>
    </body>
    </html>




```python
## 課本原始檔

import requests, json, os
from bs4 import BeautifulSoup
url = 'https://store.line.me/stickershop/product/8991459/zh-Hant' #人的日常
html = requests.get(url)

sp = BeautifulSoup(html.text, 'html.parser')

#datas = sp.find_all('li', {'class':'mdCMN09Li FnStickerPreviewItem'})
datas = sp.find_all('li', {'class':'mdCMN09Li FnStickerPreviewItem static-sticker'})

# 建立目錄儲存圖片
images_dir= "line_image/"
if not os.path.exists(images_dir):
    os.mkdir(images_dir)

for data in datas:
    imginfo = json.loads(data.get('data-preview'))
    id = imginfo['id']
    imgfile = requests.get(imginfo['staticUrl'])
    full_path = images_dir + id + '.png'
    
    with open(full_path, 'wb') as f:
        f.write(imgfile.content)
        print(full_path)
```

    line_image/230054638.png
    line_image/230054639.png
    line_image/230054640.png
    line_image/230054641.png
    line_image/230054642.png
    line_image/230054643.png
    line_image/230054644.png
    line_image/230054645.png
    line_image/230054646.png
    line_image/230054647.png
    line_image/230054648.png
    line_image/230054649.png
    line_image/230054650.png
    line_image/230054651.png
    line_image/230054652.png
    line_image/230054653.png
    line_image/230054654.png
    line_image/230054655.png
    line_image/230054656.png
    line_image/230054657.png
    line_image/230054658.png
    line_image/230054659.png
    line_image/230054660.png
    line_image/230054661.png
    line_image/230054662.png
    line_image/230054663.png
    line_image/230054664.png
    line_image/230054665.png
    line_image/230054666.png
    line_image/230054667.png
    line_image/230054668.png
    line_image/230054669.png
    


```python

title = sp.find_all('p',{'class':'mdCMN38Item01Ttl'})

#datas = sp.find_all('li', {'class':'mdCMN09Li FnStickerPreviewItem'})
datas = sp.find_all('li', {'class':'mdCMN09Li FnStickerPreviewItem static-sticker'})
n=len(datas)
```




    32




```python
# 建立目錄儲存圖片
images_dir= "line_image/"
if not os.path.exists(images_dir):
    os.mkdir(images_dir)

```


```python
for data in datas:
    imginfo = json.loads(data.get('data-preview'))
    id = imginfo['id']
    imgfile = requests.get(imginfo['staticUrl'])
    full_path = images_dir + id + '.png'
    
    with open(full_path, 'wb') as f:
        f.write(imgfile.content)
print(full_path,title)
```

    line_image/230054669.png [<p class="mdCMN38Item01Ttl" data-test="sticker-name-title">人的日常</p>]
    


```python
import os
print(os.getcwd())  # 當前工作目錄
```

    C:\Users\user
    


```python
import os

def find_file(filename, search_path="."):
    for root, dirs, files in os.walk(search_path):
        
        if filename in files:
            return os.path.join(root, filename)
    print(root,"\n",dirs,"\n",files,"\n")
    return None

file_path = find_file("eric py") #檔名自己改
print(file_path)  # 自動定位檔案
```

    .\Videos\Captures 
     [] 
     ['desktop.ini'] 
    
    None
    


```python
import csv

with open("input.txt", "r") as infile, open("output.csv", "w", newline="") as outfile:
    writer = csv.writer(outfile)
    for line in infile:
        writer.writerow(line.split())  # 根據需求調整分隔符
```


    ---------------------------------------------------------------------------

    FileNotFoundError                         Traceback (most recent call last)

    Cell In[10], line 3
          1 import csv
    ----> 3 with open("input.txt", "r") as infile, open("output.csv", "w", newline="") as outfile:
          4     writer = csv.writer(outfile)
          5     for line in infile:
    

    File C:\ProgramData\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py:324, in _modified_open(file, *args, **kwargs)
        317 if file in {0, 1, 2}:
        318     raise ValueError(
        319         f"IPython won't let you open fd={file} by default "
        320         "as it is likely to crash IPython. If you know what you are doing, "
        321         "you can use builtins' open."
        322     )
    --> 324 return io_open(file, *args, **kwargs)
    

    FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'



```python
import os

def list_all_files(directory):
    for root, dirs, files in os.walk(directory):
        print(f"目錄: {root}")
        for file in files:
            print(f"  - {file}")

list_all_files(".")
```


```python
import requests
from bs4 import BeautifulSoup

response = requests.get("https://store.line.me/stickershop/product/33525/zh-Hant")
soup = BeautifulSoup(response.text, "html.parser")

# 提取特定內容
for item in soup.find_all("h3"):
    print(item.text)
```

    好想兔-好運龍來
    好想兔-愛拼才可愛
    好想兔-大字貼圖
    好想兔-搞怪聖誕
    好想兔-想兔寶寶
    好想兔-慵慵懶懶
    好想兔-虎年吉祥 賀虎年
    好想兔-耍寶日常
    好想兔-日常發揮
    好想兔-逗趣滿滿
    好想兔-北藍日常
    好想兔-一如往常
    好想兔-嘰哩呱啦
    好想兔-微笑貼圖
    好想兔-玉兔迎春 迎兔年!
    好想兔-你的小公主
    好想兔-你奈我何
    好想兔-實用日常
    相似的貼圖
    注意事項
    


```python

```
