Skip to content

Commit

Permalink
save score
Browse files Browse the repository at this point in the history
  • Loading branch information
Edit-Mr committed Nov 12, 2023
1 parent 7dd6f8a commit c2c2c2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Binary file added code/__pycache__/requests.cpython-312.pyc
Binary file not shown.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,38 @@ <h2 id="%E8%A8%98%E5%88%86%E6%9D%BF">記分板</h2>
<thead>
<tr>
<th>組別</th>
<th>0</th>
<th>分數</th>
</tr>
</thead>
<tbody>
<tr>
<td>組別1</td>
<td>0</td>
<td>分數1</td>
</tr>
<tr><td>2</td>
</tr>
<tr>
<td>組別2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>組別3</td>
<td>4</td>
<td>7</td>
</tr>
<tr>
<td>組別4</td>
<td>2</td>
<td>5</td>
</tr>
<tr>
<td>組別5</td>
<td>1</td>
<td>3</td>
</tr>
</tbody>
</table>
</section>
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="3" data-marpit-fragments="3" data-paginate="true" data-background-color="#000" data-color="#fff" data-background-image="url(&quot;https://raw.githubusercontent.com/SCAICT/112-OP/main/img/spider%20poster-light.svg&quot;)" data-theme="uncover" lang="zh-TW" data-marpit-pagination="3" style="--paginate:true;--background-color:#000;--color:#fff;--background-image:url(&quot;https://raw.githubusercontent.com/SCAICT/112-OP/main/img/spider%20poster-light.svg&quot;);--theme:uncover;color:#fff;background-color:#000;background-image:url(&quot;https://raw.githubusercontent.com/SCAICT/112-OP/main/img/spider%20poster-light.svg&quot;);background-position:center;background-repeat:no-repeat;background-size:cover;" data-marpit-pagination-total="108">
<h1 id="%E8%B3%87%E6%BA%90">資源</h1>
<ul>
<li data-marpit-fragment="1"><a href="http://http://10.16.24.141/">內網</a></li>
<li data-marpit-fragment="1"><a href="http://10.16.24.141/">內網</a></li>
<li data-marpit-fragment="2"><a href="https://g.scaict.org/112-OP">g.scaict.org/112-OP</a></li>
<li data-marpit-fragment="3"><a href="https://github.com/SCAICT/112-OP">GitHub</a></li>
</ul>
Expand Down Expand Up @@ -598,7 +599,7 @@ <h3 id="%E8%A9%A6%E8%A9%A6%E7%9C%8B">試試看</h3>
<span class="hljs-keyword">from</span> bs4 <span class="hljs-keyword">import</span> BeautifulSoup
url = <span class="hljs-string">&#x27;https://zh.wikipedia.org/zh-tw/臺中高工&#x27;</span>
response = requests.get(url).text
<span class="hljs-built_in">print</span>(wiki)
<span class="hljs-built_in">print</span>(response)
</code></pre>
</section>
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="60" data-paginate="true" data-background-color="#000" data-color="#fff" data-background-image="url(&quot;https://raw.githubusercontent.com/SCAICT/112-OP/main/img/spider%20poster-light.svg&quot;)" data-theme="uncover" lang="zh-TW" data-marpit-pagination="60" style="--paginate:true;--background-color:#000;--color:#fff;--background-image:url(&quot;https://raw.githubusercontent.com/SCAICT/112-OP/main/img/spider%20poster-light.svg&quot;);--theme:uncover;color:#fff;background-color:#000;background-image:url(&quot;https://raw.githubusercontent.com/SCAICT/112-OP/main/img/spider%20poster-light.svg&quot;);background-position:center;background-repeat:no-repeat;background-size:cover;" data-marpit-pagination-total="108">
Expand Down
2 changes: 1 addition & 1 deletion 簡報.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ import requests
from bs4 import BeautifulSoup
url = 'https://zh.wikipedia.org/zh-tw/臺中高工'
response = requests.get(url).text
print(wiki)
print(response)
```
---

Expand Down

0 comments on commit c2c2c2a

Please sign in to comment.