{"id":273,"date":"2022-06-24T17:20:00","date_gmt":"2022-06-24T09:20:00","guid":{"rendered":""},"modified":"2023-01-17T16:52:02","modified_gmt":"2023-01-17T08:52:02","slug":"python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98-%e7%b3%bb%e6%89%80%e7%b0%a1%e7%a8%b1%e6%aa%a2%e6%a0%b8%e5%88%a4%e6%96%b7%e7%b3%bb%e6%89%80%e6%ad%a3%e7%a2%ba%e5%90%8d%e7%a8%b1","status":"publish","type":"post","link":"https:\/\/kuo.us.to\/wordpress\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/273\/","title":{"rendered":"Python\u5b78\u7fd2\u7b46\u8a18: \u7cfb\u6240\u7c21\u7a31\u6aa2\u6838\u5224\u65b7\u7cfb\u6240\u6b63\u78ba\u540d\u7a31"},"content":{"rendered":"<h2 style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 1.5rem; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 0px; margin-top: 1.5rem; white-space: pre-wrap;\">\u5b78\u751f\u5728\u586b\u5beb\u8cc7\u6599\u6642\uff0c\u5e38\u5e38\u4ee5\u7cfb\u6240\u7c21\u7a31\u4f86\u586b\u5beb\u3002\u672c\u6bb5\u7a0b\u5f0f\u4e3b\u8981\u4ee5\u7cfb\u6240\u7c21\u7a31\u6bd4\u5c0d\u7cfb\u6240\u6b63\u78ba\u540d\u7a31\uff0c\u4ee3\u5165\u7cfb\u6240\u6b63\u78ba\u540d\u7a31<\/h2>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\"><strong style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u672c\u6848\u4ee5\u4e2d\u539f\u5927\u5b78\u7cfb\u6240\u70ba\u7bc4\u4f8b<\/strong><\/p>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">In&nbsp;[1]:<\/p>\n<pre style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #37352f; font-family: SFMono-Regular, Menlo, Consolas, &quot;PT Mono&quot;, &quot;Liberation Mono&quot;, Courier, monospace; font-size: 13.6px; padding: 1.5em 1em; tab-size: 2; white-space: pre-wrap; word-break: break-all;\"><code style=\"-webkit-print-color-adjust: exact; background: none; border-radius: 3px; box-sizing: border-box; color: inherit; font-size: 12px; padding: 0px; tab-size: 2;\">import pandas as pd\n\n# \u8b80\u53d6\u7cfb\u6240\u7c21\u7a31\u8cc7\u6599\ndf1 = pd.read_excel('110624_\u7cfb\u6240\u7c21\u7a31_\u5224\u65b7\u7cfb\u6240\u6b63\u78ba\u540d\u7a31.xlsx', sheet_name='\u7cfb\u6240\u7c21\u7a31')\nprint(len(df1))\nprint(df1.columns)\nprint(df1.info())\ndf1<\/code><\/pre>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\"><code style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #eb5757; font-size: 12px; padding: 0.2em 0.4em; tab-size: 2;\">33 Index(['\u7cfb\u6240\u7c21\u7a31'], dtype='object') &lt;class 'pandas.core.frame.DataFrame'&gt; RangeIndex: 33 entries, 0 to 32 Data columns (total 1 columns):  #   Column  Non-Null Count  Dtype  ---  ------  --------------  -----   0   \u7cfb\u6240\u7c21\u7a31    33 non-null     object dtypes: object(1) memory usage: 392.0+ bytes None<\/code><\/p>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">Out[1]:<\/p>\n<div style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 0.875rem; white-space: pre-wrap;\">\n<h4 style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 1em;\"><\/h4>\n<table style=\"-webkit-print-color-adjust: exact; border-bottom: 1px solid rgba(55, 53, 47, 0.09); border-collapse: collapse; border-image: initial; border-left: none; border-right: none; border-top: 1px solid rgba(55, 53, 47, 0.09); font-size: 0.875rem;\">\n<thead style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z\"><\/path><\/svg><\/span>Property<\/th>\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z\"><\/path><\/svg><\/span>\u7cfb\u6240\u7c21\u7a31<\/th>\n<\/tr>\n<\/thead>\n<tbody style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">0<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/1d1dc1ac0ed84d19ae2d34e9d72b0caa\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5e2b\u57f9\u4e2d\u5fc3<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">1<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/bbf5d3dfc0104fc1bda752af8492ae57\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u901a\u8b58\u4e2d\u5fc3<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">2<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/040bed3cd8bf4a3eb9e7bee4859ff7c7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6a5f\u68b0\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">3<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b77795cfcfea477ab6862a0bbfde77fd\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5de5\u5de5\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">4<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/1ce86475e4fd413d98a7dfe9b80275b9\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5fc3\u7406\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">5<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0f63983c58c74b6fa155a0d2732f6b82\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u74b0\u5de5\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">6<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a5249bff257e4904a711d7c52df65b8d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u969b\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">7<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a97ef683e01b48a19b58f380b7a6676a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4f01\u7ba1\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">8<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/c1a00b132ac047e4a0c3d72d5388eff4\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u91d1\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">9<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/f67a45d043b14bbca6d2d50b9ae6f668\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5929\u666e\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">10<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/bd4f4a334e234167bc2aee42c17b506d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5916\u6587\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">11<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b1f6925dd4b4426ea20c765b1b2c0ef8\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u6a5f\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">12<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/1be2b456f82d4c928be4b833e11fefb4\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u6cd5\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">13<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/286baa93ebf14722bc46000bf6f4399a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7279\u6559\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">14<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a0f26093f03f47a1bfd4e87028c11018\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u91ab\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">15<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4ca5f5efe71c4708a9f59b76dff9c191\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u5b50\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">16<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/e417eb4014b24409a51715294fba24fa\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u5de5\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">17<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/f432b389d1184fc1bae1e077d1f56261\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u8cbf\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">18<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b0905cbc545148be80377a0abd2e98dd\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6703\u8a08\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">19<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4631f2ff9e824811b41ff245211ea3f0\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u7ba1\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">20<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/8471ed3659a74238bf4738f6b2a01972\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5ba4\u5167\u8a2d\u8a08\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">21<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/e6fe82f5176a4413b26127f83088f53b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5546\u8a2d\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">22<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/9ff7d9b5c4584af9bb4bc9e14cb5506b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8a2d\u8a08\u539f\u6c11\u73ed<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">23<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/bf9df27a02f540629a07a8bf913bfc98\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u83ef\u8a9e\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">24<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b7b9123e1c1b4d7e98c5ff15de7a08a9\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u61c9\u6578\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">25<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/ce3a1f1d3b594b31a4d03d39b67f58dc\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5316\u5de5\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">26<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b4dc3dd49dc24025a7844ab243c09828\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u571f\u6728\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">27<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0d6a91d50aef4af7a9d15bae86e28c96\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5bc6\u723e\u74e6\u57fa\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">28<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/47e43f3fcac04953960eafb4f146aae0\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7269\u7406\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">29<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/8c7acf67a6a34a5c8ba9283654d3eeff\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u6280\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">30<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/fe22a27f46564ba594f3eac13e4811f5\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4e0d\u5206\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">31<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/54d3dcad3497493e8798f57facb2974b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4eba\u6587\u8207\u6559\u80b2\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">32<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/01728dd269104b398a774427e55b7555\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u8cc7\u5b78\u58eb\u73ed<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">In&nbsp;[2]:<\/p>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">\n<pre style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #37352f; font-family: SFMono-Regular, Menlo, Consolas, &quot;PT Mono&quot;, &quot;Liberation Mono&quot;, Courier, monospace; font-size: 13.6px; padding: 1.5em 1em; tab-size: 2; white-space: pre-wrap; word-break: break-all;\"><code style=\"-webkit-print-color-adjust: exact; background: none; border-radius: 3px; box-sizing: border-box; color: inherit; font-size: 12px; padding: 0px; tab-size: 2;\"># \u8b80\u53d6\u7cfb\u6240\u6b63\u78ba\u540d\u7a31\u8cc7\u6599\ndf2 = pd.read_excel('110624_\u7cfb\u6240\u7c21\u7a31_\u5224\u65b7\u7cfb\u6240\u6b63\u78ba\u540d\u7a31.xlsx', sheet_name='\u7cfb\u6240\u540d\u7a31')\nprint(len(df2))\nprint(df2.columns)\nprint(df2.info())\ndf2<\/code><\/pre>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\"><code style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #eb5757; font-size: 12px; padding: 0.2em 0.4em; tab-size: 2;\">37 Index(['\u7cfb\u6240\u540d\u7a31'], dtype='object') &lt;class 'pandas.core.frame.DataFrame'&gt; RangeIndex: 37 entries, 0 to 36 Data columns (total 1 columns):  #   Column  Non-Null Count  Dtype  ---  ------  --------------  -----   0   \u7cfb\u6240\u540d\u7a31    37 non-null     object dtypes: object(1) memory usage: 424.0+ bytes None<\/code><\/p>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">Out[2]:<\/p>\n<div style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 0.875rem; white-space: pre-wrap;\">\n<h4 style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 1em;\"><\/h4>\n<table style=\"-webkit-print-color-adjust: exact; border-bottom: 1px solid rgba(55, 53, 47, 0.09); border-collapse: collapse; border-image: initial; border-left: none; border-right: none; border-top: 1px solid rgba(55, 53, 47, 0.09); font-size: 0.875rem;\">\n<thead style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z\"><\/path><\/svg><\/span>Property<\/th>\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z\"><\/path><\/svg><\/span>\u7cfb\u6240\u540d\u7a31<\/th>\n<\/tr>\n<\/thead>\n<tbody style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">0<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/90c82149106f418da268ee5db076ad66\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5e2b\u8cc7\u57f9\u80b2\u4e2d\u5fc3<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">1<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/61c84c74ab40433f80b79be81b519be5\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u901a\u8b58\u6559\u80b2\u4e2d\u5fc3<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">2<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0ee1eaf2212f4ff4a2dcb4f9cd11102b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6a5f\u68b0\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">3<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4adb3f28e71a41df8fa414c99357153b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5de5\u696d\u8207\u7cfb\u7d71\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">4<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/c39d6041fba9403b8b4861839a0543eb\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5316\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">5<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a25d7401eeb04afe8f68c8dd09285493\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5fc3\u7406\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">6<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/7b9c6e43eca14376b01ce51e3062609c\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u74b0\u5883\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">7<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/2767d86a59d740458fc153158ee8a2f5\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u969b\u5546\u5b78\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">8<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/713c23332e2f4fbdb48b048177ce7871\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4f01\u696d\u7ba1\u7406\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">9<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b271ad369f584f58ab076d21bb8e2c91\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u52d9\u91d1\u878d\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">10<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b94151bc664c48e896bde17cf5e3fe59\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4e2d\u539f\u5927\u5b78\u8207\u7f8e\u570b\u5929\u666e\u5927\u5b78\u5546\u5b78\u7ba1\u7406\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">11<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b6854a18abf74397b4b9946fdcc593ee\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u61c9\u7528\u5916\u570b\u8a9e\u6587\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">12<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/19478eecdb044d128b65e54d4c21479b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u6a5f\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">13<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/f54427cbcf9b4bfcad6481402e3ae590\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u7d93\u6cd5\u5f8b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">14<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/7ade85bbef12478194ff56efe8b8df3a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7279\u6b8a\u6559\u80b2\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">15<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/cff10124335742ca846c5786eaa632a7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u7269\u91ab\u5b78\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">16<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/75279c66c3ad4285b75bad2e4a2b5fc4\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u5b50\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">17<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/3f3cd570453c4643bc29dff52d9503a6\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u8a0a\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">18<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a524f4a17c93411babdd311e064c4031\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u969b\u7d93\u71df\u8207\u8cbf\u6613\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">19<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/c6b22c59aa4a489b91ffcbd907ed1825\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6703\u8a08\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">20<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/ff87e3a2a4644866851501561618cffe\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u8a0a\u7ba1\u7406\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">21<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/d91133f5c7b3401c81b80b05c064c9ad\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5efa\u7bc9\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">22<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/ab31d2328d4b45a4ae018a4eb291b4d9\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5ba4\u5167\u8a2d\u8a08\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">23<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4e2c7e9181ca484d8e2847b3911a519c\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5546\u696d\u8a2d\u8a08\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">24<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/22b9637f2b404d339a318ff4c47c1f0b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8a2d\u8a08\u5b78\u58eb\u539f\u4f4f\u6c11\u5c08\u73ed<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">25<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/36a201efd958431b88f28f8cff971509\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5730\u666f\u5efa\u7bc9\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">26<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/33744b5107f74d02b14c1bf3bb171dcb\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u61c9\u7528\u83ef\u8a9e\u6587\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">27<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/1725b8ca074b4da4945295c3b08948d5\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u61c9\u7528\u6578\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">28<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/3bce527fe3be45af8c32812fcac0b28f\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5316\u5b78\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">29<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/d1700e3a70224ab29155d90279415100\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u571f\u6728\u5de5\u7a0b\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">30<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/e67f2c68185d424c8d28f59682abec27\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u6a5f\u8cc7\u8a0a\u5b78\u9662\u4eba\u5de5\u667a\u6167\u61c9\u7528\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">31<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a2e77e1a928444469bb8e993c89473c0\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4e2d\u539f\u5927\u5b78\u7f8e\u570b\u5a01\u5927\u5bc6\u723e\u74e6\u57fa\u5206\u6821\u96fb\u6a5f\u8207\u8cc7\u8a0a\u5de5\u7a0b\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">32<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/34e8357d1db74721975e2864df73cf3d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7269\u7406\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">33<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/9bfb048b1994485b941fd66043b35fe1\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u7269\u79d1\u6280\u5b78\u7cfb<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">34<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/150bb65e4035462eb3564310b16e919d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5168\u6821\u5916\u7c4d\u751f\u5927\u4e00\u4e0d\u5206\u7cfb\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">35<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/f12b2f881edb4e97bf9e8e9c56bdccca\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4eba\u6587\u8207\u6559\u80b2\u5b78\u9662\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/a><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">36<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/ade7aee7db6d4295b7fcee7270adda73\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u6a5f\u8cc7\u8a0a\u5b78\u9662\u5b78\u58eb\u73ed<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">In&nbsp;[3]:<\/p>\n<pre style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #37352f; font-family: SFMono-Regular, Menlo, Consolas, &quot;PT Mono&quot;, &quot;Liberation Mono&quot;, Courier, monospace; font-size: 13.6px; padding: 1.5em 1em; tab-size: 2; white-space: pre-wrap; word-break: break-all;\"><code style=\"-webkit-print-color-adjust: exact; background: none; border-radius: 3px; box-sizing: border-box; color: inherit; font-size: 12px; padding: 0px; tab-size: 2;\">final = [] # \u5132\u5b58\u6700\u5f8c\u6aa2\u6838\u7d50\u679cfor i in df1['\u7cfb\u6240\u7c21\u7a31']:\n    target_count = 0\n    target = []\n    for j in df2['\u7cfb\u6240\u540d\u7a31']:\n        match = set(list(i)) &amp; set(list(j)) # \u6bd4\u5c0d\u7cfb\u6240\u7c21\u7a31\u548c\u7cfb\u6240\u540d\u7a31\u5f8c\uff0c\u627e\u51fa\u76f8\u540c\u7684\u5b57\u5143\n        temp_target = j\n        temp_count = len(match)\n        if temp_count == 0 : # \u5982\u679c\u6bd4\u5c0d\u5f8c\uff0c\u5b8c\u5168\u4e0d\u76f8\u540c\uff0c\u5c31\u627e\u4e00\u500b\u7cfb\u6240\u540d\u7a31\u7e7c\u7e8c\u505a\n            continue\n        elif temp_count &gt; target_count: # \u5982\u679c\u6bd4\u5c0d\u5f8c\uff0c\u76f8\u540c\u7684\u5b57\u5143\u6578\u5927\u65bc\u539f\u5148target\u4e2d\u7684\u5b57\u5143\u6578\uff0c\u5247target\u5167\u5bb9\u88ab\u53d6\u4ee3\n            target = [temp_target]\n            target_count = temp_count\n        elif temp_count == target_count: # \u5982\u679c\u6bd4\u5c0d\u5f8c\uff0c\u76f8\u540c\u7684\u5b57\u5143\u6578\u8207\u539f\u5148target\u4e2d\u7684\u5b57\u5143\u6578\u4e00\u6a23\uff0c\u5247target\u5167\u5bb9\u518d\u589e\u52a0temp_target\u7684\u5167\u5bb9\n            target.append(temp_target)\n            final.append(target) # \u628atarget\u7684\u5167\u5bb9\u65b0\u589e\u5230final\u4e2dprint(final)<\/code><\/pre>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">Out[3]:<\/p>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\"><code style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #eb5757; font-size: 12px; padding: 0.2em 0.4em; tab-size: 2;\">[['\u5e2b\u8cc7\u57f9\u80b2\u4e2d\u5fc3'], ['\u901a\u8b58\u6559\u80b2\u4e2d\u5fc3'], ['\u6a5f\u68b0\u5de5\u7a0b\u5b78\u7cfb'], ['\u6a5f\u68b0\u5de5\u7a0b\u5b78\u7cfb', '\u5de5\u696d\u8207\u7cfb\u7d71\u5de5\u7a0b\u5b78\u7cfb', '\u74b0\u5883\u5de5\u7a0b\u5b78\u7cfb', '\u96fb\u6a5f\u5de5\u7a0b\u5b78\u7cfb', '\u751f\u7269\u91ab\u5b78\u5de5\u7a0b\u5b78\u7cfb', '\u96fb\u5b50\u5de5\u7a0b\u5b78\u7cfb', '\u8cc7\u8a0a\u5de5\u7a0b\u5b78\u7cfb', '\u5316\u5b78\u5de5\u7a0b\u5b78\u7cfb', '\u571f\u6728\u5de5\u7a0b\u5b78\u7cfb'], ['\u5fc3\u7406\u5b78\u7cfb'], ['\u74b0\u5883\u5de5\u7a0b\u5b78\u7cfb'], ['\u570b\u969b\u5546\u5b78\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b'], ['\u4f01\u696d\u7ba1\u7406\u5b78\u7cfb'], ['\u8ca1\u52d9\u91d1\u878d\u5b78\u7cfb'], ['\u4e2d\u539f\u5927\u5b78\u8207\u7f8e\u570b\u5929\u666e\u5927\u5b78\u5546\u5b78\u7ba1\u7406\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b'], ['\u61c9\u7528\u5916\u570b\u8a9e\u6587\u5b78\u7cfb'], ['\u96fb\u6a5f\u5de5\u7a0b\u5b78\u7cfb'], ['\u8ca1\u7d93\u6cd5\u5f8b\u5b78\u7cfb'], ['\u7279\u6b8a\u6559\u80b2\u5b78\u7cfb'], ['\u751f\u7269\u91ab\u5b78\u5de5\u7a0b\u5b78\u7cfb'], ['\u96fb\u5b50\u5de5\u7a0b\u5b78\u7cfb'], ['\u8cc7\u8a0a\u5de5\u7a0b\u5b78\u7cfb'], ['\u570b\u969b\u7d93\u71df\u8207\u8cbf\u6613\u5b78\u7cfb'], ['\u6703\u8a08\u5b78\u7cfb'], ['\u8cc7\u8a0a\u7ba1\u7406\u5b78\u7cfb'], ['\u5ba4\u5167\u8a2d\u8a08\u5b78\u7cfb'], ['\u5546\u696d\u8a2d\u8a08\u5b78\u7cfb'], ['\u8a2d\u8a08\u5b78\u58eb\u539f\u4f4f\u6c11\u5c08\u73ed'], ['\u61c9\u7528\u83ef\u8a9e\u6587\u5b78\u7cfb'], ['\u61c9\u7528\u6578\u5b78\u7cfb'], ['\u5316\u5b78\u5de5\u7a0b\u5b78\u7cfb'], ['\u571f\u6728\u5de5\u7a0b\u5b78\u7cfb'], ['\u4e2d\u539f\u5927\u5b78\u7f8e\u570b\u5a01\u5927\u5bc6\u723e\u74e6\u57fa\u5206\u6821\u96fb\u6a5f\u8207\u8cc7\u8a0a\u5de5\u7a0b\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b'], ['\u7269\u7406\u5b78\u7cfb'], ['\u751f\u7269\u79d1\u6280\u5b78\u7cfb'], ['\u5168\u6821\u5916\u7c4d\u751f\u5927\u4e00\u4e0d\u5206\u7cfb\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b'], ['\u4eba\u6587\u8207\u6559\u80b2\u5b78\u9662\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b'], ['\u96fb\u6a5f\u8cc7\u8a0a\u5b78\u9662\u5b78\u58eb\u73ed']]<\/code><\/p>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">In&nbsp;[4]:<\/p>\n<pre style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #37352f; font-family: SFMono-Regular, Menlo, Consolas, &quot;PT Mono&quot;, &quot;Liberation Mono&quot;, Courier, monospace; font-size: 13.6px; padding: 1.5em 1em; tab-size: 2; white-space: pre-wrap; word-break: break-all;\"><code style=\"-webkit-print-color-adjust: exact; background: none; border-radius: 3px; box-sizing: border-box; color: inherit; font-size: 12px; padding: 0px; tab-size: 2;\">df1['\u6aa2\u6838\u5224\u65b7'] = [','.join(map(str, l)) for l in final] # \u5c07final\u7684list\u8f49\u63db\u6210df1['\u6aa2\u6838\u5224\u65b7']\n\ndf1<\/code><\/pre>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">Out[4]:<\/p>\n<div style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 0.875rem; white-space: pre-wrap;\">\n<h4 style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 1em;\"><\/h4>\n<table style=\"-webkit-print-color-adjust: exact; border-bottom: 1px solid rgba(55, 53, 47, 0.09); border-collapse: collapse; border-image: initial; border-left: none; border-right: none; border-top: 1px solid rgba(55, 53, 47, 0.09); font-size: 0.875rem;\">\n<thead style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z\"><\/path><\/svg><\/span>Property<\/th>\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z\"><\/path><\/svg><\/span>\u7cfb\u6240\u7c21\u7a31<\/th>\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M7,4.56818 C7,4.29204 6.77614,4.06818 6.5,4.06818 L0.5,4.06818 C0.223858,4.06818 0,4.29204 0,4.56818 L0,5.61364 C0,5.88978 0.223858,6.11364 0.5,6.11364 L6.5,6.11364 C6.77614,6.11364 7,5.88978 7,5.61364 L7,4.56818 Z M0.5,1 C0.223858,1 0,1.223858 0,1.5 L0,2.54545 C0,2.8216 0.223858,3.04545 0.5,3.04545 L12.5,3.04545 C12.7761,3.04545 13,2.8216 13,2.54545 L13,1.5 C13,1.223858 12.7761,1 12.5,1 L0.5,1 Z M0,8.68182 C0,8.95796 0.223858,9.18182 0.5,9.18182 L11.5,9.18182 C11.7761,9.18182 12,8.95796 12,8.68182 L12,7.63636 C12,7.36022 11.7761,7.13636 11.5,7.13636 L0.5,7.13636 C0.223858,7.13636 0,7.36022 0,7.63636 L0,8.68182 Z M0,11.75 C0,12.0261 0.223858,12.25 0.5,12.25 L9.5,12.25 C9.77614,12.25 10,12.0261 10,11.75 L10,10.70455 C10,10.4284 9.77614,10.20455 9.5,10.20455 L0.5,10.20455 C0.223858,10.20455 0,10.4284 0,10.70455 L0,11.75 Z\"><\/path><\/svg><\/span>\u6aa2\u6838\u5224\u65b7<\/th>\n<\/tr>\n<\/thead>\n<tbody style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">0<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/559b6f4ff8954bafb8fd6a55c44f5f6f\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5e2b\u57f9\u4e2d\u5fc3<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5e2b\u8cc7\u57f9\u80b2\u4e2d\u5fc3<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">1<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/16df483519134fc4a6fa479d222a0520\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u901a\u8b58\u4e2d\u5fc3<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u901a\u8b58\u6559\u80b2\u4e2d\u5fc3<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">2<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/fd4bec7cdd6c419b96548613210c872a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6a5f\u68b0\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u6a5f\u68b0\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">3<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/3d4d92c1c4064c8f975f56ff1d365b01\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5de5\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u6a5f\u68b0\u5de5\u7a0b\u5b78\u7cfb,\u5de5\u696d\u8207\u7cfb\u7d71\u5de5\u7a0b\u5b78\u7cfb,\u74b0\u5883\u5de5\u7a0b\u5b78\u7cfb,\u96fb\u6a5f\u5de5\u7a0b\u5b78\u7cfb,\u751f\u7269\u91ab\u5b78\u5de5\u7a0b\u5b78\u7cfb,\u96fb\u5b50\u5de5\u7a0b\u5b78\u7cfb&#8230;<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">4<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/5df0f2bfaf1249d5a35ddad7e2eda561\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5fc3\u7406\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5fc3\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">5<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/6993c4035b6c4e61a9c8bf5277a83536\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u74b0\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u74b0\u5883\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">6<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/918f4ddca0e34409ba64f444a6eedc58\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u969b\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u570b\u969b\u5546\u5b78\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">7<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/bee0ddf1a0fe41f5a48178781749f8d2\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4f01\u7ba1\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4f01\u696d\u7ba1\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">8<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/7b23d5d141f743a3b28af55d3795ef8d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u91d1\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8ca1\u52d9\u91d1\u878d\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">9<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4a2e4888e10a4cb49e60502aa6d45bc4\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5929\u666e\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4e2d\u539f\u5927\u5b78\u8207\u7f8e\u570b\u5929\u666e\u5927\u5b78\u5546\u5b78\u7ba1\u7406\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">10<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0914ba75beb74218849dcda7640da7fe\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5916\u6587\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u61c9\u7528\u5916\u570b\u8a9e\u6587\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">11<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4fb6c586541b48fcac1e2ecb89e3671e\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u6a5f\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u96fb\u6a5f\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">12<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/c4d3872be5184c8cbc52227d904f86ce\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u6cd5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8ca1\u7d93\u6cd5\u5f8b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">13<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b4c5ad951d1a48ee99fb47318a984dda\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7279\u6559\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u7279\u6b8a\u6559\u80b2\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">14<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4de0e9cb20894d72b1bdb21ec30ba14a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u91ab\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u751f\u7269\u91ab\u5b78\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">15<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/e095671c395d41db8481edd3f6773373\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u5b50\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u96fb\u5b50\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">16<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/17805341e1634905bac3f5b2436b4a9d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8cc7\u8a0a\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">17<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/12a76ba0402747c599feb03c0f47fa54\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u8cbf\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u570b\u969b\u7d93\u71df\u8207\u8cbf\u6613\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">18<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/482644652ef34a15bf51dddc691d4f07\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6703\u8a08\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u6703\u8a08\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">19<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/72d9b9c288ef4bfda48f5a7ff20732db\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u7ba1\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8cc7\u8a0a\u7ba1\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">20<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0c45aa1604f34adfb53a381e40137066\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5ba4\u5167\u8a2d\u8a08\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5ba4\u5167\u8a2d\u8a08\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">21<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/2564028816ec4e5781bd40e992825118\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5546\u8a2d\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5546\u696d\u8a2d\u8a08\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">22<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/69f1d73d0fbd4c4e924fc29b75815a49\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8a2d\u8a08\u539f\u6c11\u73ed<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8a2d\u8a08\u5b78\u58eb\u539f\u4f4f\u6c11\u5c08\u73ed<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">23<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/73279600ac3943e08594a82b78e837e7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u83ef\u8a9e\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u61c9\u7528\u83ef\u8a9e\u6587\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">24<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/f9c46c966156447fb337599ed6ceba8a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u61c9\u6578\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u61c9\u7528\u6578\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">25<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/ea674155d1ac49b090be76fbd74a92cd\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5316\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5316\u5b78\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">26<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/9e341f33c5764307b50782bc699a7be7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u571f\u6728\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u571f\u6728\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">27<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/318b04287617408bbb71f0d14197a4a7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5bc6\u723e\u74e6\u57fa\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4e2d\u539f\u5927\u5b78\u7f8e\u570b\u5a01\u5927\u5bc6\u723e\u74e6\u57fa\u5206\u6821\u96fb\u6a5f\u8207\u8cc7\u8a0a\u5de5\u7a0b\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">28<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/57045ff7889c4f6a994d47267f5aa2eb\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7269\u7406\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u7269\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">29<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/17c6800933294e618e5d077dc6e72e50\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u6280\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u751f\u7269\u79d1\u6280\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">30<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4183ab5b31224ae7b21cf32b450e49ab\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4e0d\u5206\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5168\u6821\u5916\u7c4d\u751f\u5927\u4e00\u4e0d\u5206\u7cfb\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">31<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/93f43e20259e4a1bba8339e0d7ef135c\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4eba\u6587\u8207\u6559\u80b2\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4eba\u6587\u8207\u6559\u80b2\u5b78\u9662\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">32<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/7eacc5b79cd34949a2147236206ce808\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u8cc7\u5b78\u58eb\u73ed<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u96fb\u6a5f\u8cc7\u8a0a\u5b78\u9662\u5b78\u58eb\u73ed<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">In&nbsp;[5]:<\/p>\n<pre style=\"-webkit-print-color-adjust: exact; background: rgba(135, 131, 120, 0.15); border-radius: 3px; box-sizing: border-box; color: #37352f; font-family: SFMono-Regular, Menlo, Consolas, &quot;PT Mono&quot;, &quot;Liberation Mono&quot;, Courier, monospace; font-size: 13.6px; padding: 1.5em 1em; tab-size: 2; white-space: pre-wrap; word-break: break-all;\"><code style=\"-webkit-print-color-adjust: exact; background: none; border-radius: 3px; box-sizing: border-box; color: inherit; font-size: 12px; padding: 0px; tab-size: 2;\">df1.loc[df1['\u6aa2\u6838\u5224\u65b7'].str.split(',').apply(len)&gt;3, '\u6aa2\u6838\u5224\u65b7'] = \"\" # \u5982\u679cdf1['\u6aa2\u6838\u5224\u65b7']\u4e2d\u8d85\u904e3\u500b\u904f\u865f\uff0c\u8868\u793a\u592a\u591a\u4e00\u6a23\uff0c\u5c07\u5167\u5bb9\u53d6\u4ee3\u70baNaN\uff0c\u672a\u4f86\u63a1\u4eba\u5de5\u5224\u65b7\n\ndf1<\/code><\/pre>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">Out[5]:<\/p>\n<div style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 0.875rem; white-space: pre-wrap;\">\n<h4 style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 1em;\"><\/h4>\n<table style=\"-webkit-print-color-adjust: exact; border-bottom: 1px solid rgba(55, 53, 47, 0.09); border-collapse: collapse; border-image: initial; border-left: none; border-right: none; border-top: 1px solid rgba(55, 53, 47, 0.09); font-size: 0.875rem;\">\n<thead style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z\"><\/path><\/svg><\/span>Property<\/th>\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z\"><\/path><\/svg><\/span>\u7cfb\u6240\u7c21\u7a31<\/th>\n<th style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; color: rgba(55, 53, 47, 0.6); font-weight: normal; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em; text-align: left;\"><span style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-height: 1.2em; max-width: 1.2em; vertical-align: text-bottom;\"><svg style=\"-webkit-backface-visibility: hidden; display: block; fill: rgba(55, 53, 47, 0.45); flex-shrink: 0; height: 14px; width: 14px;\" viewBox=\"0 0 14 14\"><path d=\"M7,4.56818 C7,4.29204 6.77614,4.06818 6.5,4.06818 L0.5,4.06818 C0.223858,4.06818 0,4.29204 0,4.56818 L0,5.61364 C0,5.88978 0.223858,6.11364 0.5,6.11364 L6.5,6.11364 C6.77614,6.11364 7,5.88978 7,5.61364 L7,4.56818 Z M0.5,1 C0.223858,1 0,1.223858 0,1.5 L0,2.54545 C0,2.8216 0.223858,3.04545 0.5,3.04545 L12.5,3.04545 C12.7761,3.04545 13,2.8216 13,2.54545 L13,1.5 C13,1.223858 12.7761,1 12.5,1 L0.5,1 Z M0,8.68182 C0,8.95796 0.223858,9.18182 0.5,9.18182 L11.5,9.18182 C11.7761,9.18182 12,8.95796 12,8.68182 L12,7.63636 C12,7.36022 11.7761,7.13636 11.5,7.13636 L0.5,7.13636 C0.223858,7.13636 0,7.36022 0,7.63636 L0,8.68182 Z M0,11.75 C0,12.0261 0.223858,12.25 0.5,12.25 L9.5,12.25 C9.77614,12.25 10,12.0261 10,11.75 L10,10.70455 C10,10.4284 9.77614,10.20455 9.5,10.20455 L0.5,10.20455 C0.223858,10.20455 0,10.4284 0,10.70455 L0,11.75 Z\"><\/path><\/svg><\/span>\u6aa2\u6838\u5224\u65b7<\/th>\n<\/tr>\n<\/thead>\n<tbody style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">0<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/7936ae9e78ef442ab3dc3a45c8ea8b36\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5e2b\u57f9\u4e2d\u5fc3<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5e2b\u8cc7\u57f9\u80b2\u4e2d\u5fc3<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">1<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/62ff160791f54ab58bc88d9c7b3cd603\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u901a\u8b58\u4e2d\u5fc3<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u901a\u8b58\u6559\u80b2\u4e2d\u5fc3<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">2<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/1a1fc90d74b544bf80eff763f785fe7c\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6a5f\u68b0\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u6a5f\u68b0\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">3<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/84c07d59a8c947688525244f14ddccf9\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5de5\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">4<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/56846aa4077f4c399b20176f42a94fa2\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5fc3\u7406\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5fc3\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">5<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/f61b8223b50449c9870c5efbc6758859\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u74b0\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u74b0\u5883\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">6<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a2f475e6dbe04bf29b9ff01812ab6c30\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u969b\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u570b\u969b\u5546\u5b78\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">7<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/9f10944ca1f34bab99ce3e525a5896b6\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4f01\u7ba1\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4f01\u696d\u7ba1\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">8<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0b3a780f8bf84e7a8dd90a18c7e181c2\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u91d1\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8ca1\u52d9\u91d1\u878d\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">9<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0f22c393141d423584a1dae46c41dc1e\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5929\u666e\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4e2d\u539f\u5927\u5b78\u8207\u7f8e\u570b\u5929\u666e\u5927\u5b78\u5546\u5b78\u7ba1\u7406\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">10<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/4c31d7d5e57844409c63c8b9d6696401\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5916\u6587\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u61c9\u7528\u5916\u570b\u8a9e\u6587\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">11<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/5b6e90ba378d416f954e6c040ed8900d\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u6a5f\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u96fb\u6a5f\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">12<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/728e65b1c68446c2a3b90b1fe266ccd7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8ca1\u6cd5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8ca1\u7d93\u6cd5\u5f8b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">13<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/056506b6bbd04284ab8052f1539abc94\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7279\u6559\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u7279\u6b8a\u6559\u80b2\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">14<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/bf691c8483994e338c0913c9edbffb03\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u91ab\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u751f\u7269\u91ab\u5b78\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">15<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/647fb2c24a7545bbb5e60a08277abfb7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u5b50\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u96fb\u5b50\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">16<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/3b35356dc7f5482bb4b28da83031d1db\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8cc7\u8a0a\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">17<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a2ae9327bc3c4333bd0fa92309fc501f\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u570b\u8cbf\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u570b\u969b\u7d93\u71df\u8207\u8cbf\u6613\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">18<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/feaec0a8a84b4508b68c6849c71b74b9\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u6703\u8a08\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u6703\u8a08\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">19<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/a4c40f63208a43f29c1ea574eaf2e1a9\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8cc7\u7ba1\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8cc7\u8a0a\u7ba1\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">20<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/5c0a1bf00a1d417e8abf7795bd332693\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5ba4\u5167\u8a2d\u8a08\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5ba4\u5167\u8a2d\u8a08\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">21<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/991eb0b5cdfc492198b502ac7883ee36\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5546\u8a2d\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5546\u696d\u8a2d\u8a08\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">22<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/49e1c88ef55c4102b08d1838f61aa66a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u8a2d\u8a08\u539f\u6c11\u73ed<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u8a2d\u8a08\u5b78\u58eb\u539f\u4f4f\u6c11\u5c08\u73ed<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">23<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/121ef3c678c744b4bd0a85dae4f6dc7b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u83ef\u8a9e\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u61c9\u7528\u83ef\u8a9e\u6587\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">24<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/6c24820bd52448808776d1236421aa66\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u61c9\u6578\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u61c9\u7528\u6578\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">25<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/553e2543b07c4256bc9b2a10187417ba\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5316\u5de5\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5316\u5b78\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">26<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/b7fc782b78fb4ad59a7c7676cb27d054\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u571f\u6728\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u571f\u6728\u5de5\u7a0b\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">27<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/d2e3659c88a444dbb278eb4e92f42557\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u5bc6\u723e\u74e6\u57fa\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4e2d\u539f\u5927\u5b78\u7f8e\u570b\u5a01\u5927\u5bc6\u723e\u74e6\u57fa\u5206\u6821\u96fb\u6a5f\u8207\u8cc7\u8a0a\u5de5\u7a0b\u96d9\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">28<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/dcfa9532277f450b90c11f241324da3a\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u7269\u7406\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u7269\u7406\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">29<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/ecc07846371d4e82bbe7cae8f242a9b2\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u751f\u6280\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u751f\u7269\u79d1\u6280\u5b78\u7cfb<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">30<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/0ccb336152654a928d19aea65124b0f0\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4e0d\u5206\u7cfb<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u5168\u6821\u5916\u7c4d\u751f\u5927\u4e00\u4e0d\u5206\u7cfb\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">31<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/1a94cb27073d43df9badc4c2d25615e7\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u4eba\u6587\u8207\u6559\u80b2\u5b78\u7a0b<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u4eba\u6587\u8207\u6559\u80b2\u5b78\u9662\u5b78\u58eb\u5b78\u4f4d\u5b78\u7a0b<\/td>\n<\/tr>\n<tr style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">32<\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\"><a href=\"https:\/\/www.notion.so\/8ca83775a2ed44a6843ac070b79bd98b\" style=\"-webkit-print-color-adjust: exact; box-sizing: border-box;\">\u96fb\u8cc7\u5b78\u58eb\u73ed<\/a><\/td>\n<td style=\"-webkit-print-color-adjust: exact; border-collapse: collapse; border: 1px solid rgba(55, 53, 47, 0.09); box-sizing: border-box; line-height: 1.5; min-height: 1.5em; padding: 0.25em 0.5em;\">\u96fb\u6a5f\u8cc7\u8a0a\u5b78\u9662\u5b78\u58eb\u73ed<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"-webkit-print-color-adjust: exact; box-sizing: border-box; color: #37352f; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, &quot;Apple Color Emoji&quot;, Arial, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; margin-bottom: 0.5em; margin-top: 0.5em; white-space: pre-wrap;\">In&nbsp;[&nbsp;]:<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5b78\u751f\u5728\u586b\u5beb\u8cc7\u6599\u6642\uff0c\u5e38\u5e38\u4ee5\u7cfb\u6240\u7c21\u7a31\u4f86\u586b\u5beb\u3002\u672c\u6bb5\u7a0b\u5f0f\u4e3b\u8981\u4ee5\u7cfb\u6240\u7c21\u7a31\u6bd4\u5c0d\u7cfb\u6240\u6b63\u78ba\u540d\u7a31\uff0c\u4ee3\u5165\u7cfb\u6240\u6b63\u78ba\u540d\u7a31 \u672c\u6848\u4ee5\u4e2d\u539f\u5927 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"categories":[4],"tags":[7,8,9,231,232],"author_meta":{"display_name":"mackuo","author_link":"https:\/\/kuo.us.to\/wordpress\/author\/mackuo\/"},"featured_img":null,"coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/kuo.us.to\/wordpress\/category\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/\" class=\"advgb-post-tax-term\">Python\u5b78\u7fd2\u7b46\u8a18<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Python\u5b78\u7fd2\u7b46\u8a18<\/span>"]},"tags":{"linked":["<a href=\"https:\/\/kuo.us.to\/wordpress\/category\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/\" class=\"advgb-post-tax-term\">List<\/a>","<a href=\"https:\/\/kuo.us.to\/wordpress\/category\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/\" class=\"advgb-post-tax-term\">Pandas<\/a>","<a href=\"https:\/\/kuo.us.to\/wordpress\/category\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/\" class=\"advgb-post-tax-term\">Python<\/a>","<a href=\"https:\/\/kuo.us.to\/wordpress\/category\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/\" class=\"advgb-post-tax-term\">\u5b57\u4e32<\/a>","<a href=\"https:\/\/kuo.us.to\/wordpress\/category\/python%e5%ad%b8%e7%bf%92%e7%ad%86%e8%a8%98\/\" class=\"advgb-post-tax-term\">\u6bd4\u5c0d<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">List<\/span>","<span class=\"advgb-post-tax-term\">Pandas<\/span>","<span class=\"advgb-post-tax-term\">Python<\/span>","<span class=\"advgb-post-tax-term\">\u5b57\u4e32<\/span>","<span class=\"advgb-post-tax-term\">\u6bd4\u5c0d<\/span>"]}},"comment_count":"0","relative_dates":{"created":"Posted 4 \u5e74 ago","modified":"Updated 3 \u5e74 ago"},"absolute_dates":{"created":"Posted on 2022 \u5e74 6 \u6708 24 \u65e5","modified":"Updated on 2023 \u5e74 1 \u6708 17 \u65e5"},"absolute_dates_time":{"created":"Posted on 2022 \u5e74 6 \u6708 24 \u65e5 \u4e0b\u5348 5:20","modified":"Updated on 2023 \u5e74 1 \u6708 17 \u65e5 \u4e0b\u5348 4:52"},"featured_img_caption":"","series_order":"","_links":{"self":[{"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/posts\/273"}],"collection":[{"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/comments?post=273"}],"version-history":[{"count":2,"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/posts\/273\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/posts\/273\/revisions\/633"}],"wp:attachment":[{"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/media?parent=273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/categories?post=273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kuo.us.to\/wordpress\/wp-json\/wp\/v2\/tags?post=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}