Skip to content

Commit

Permalink
移除一些readme里的乱码。
Browse files Browse the repository at this point in the history
  • Loading branch information
imlinhanchao committed Apr 3, 2018
1 parent 86d3e8a commit d85d14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[[后端] 3/21 猜数字](./03-21/backend)

猜数字是已一个古老的游戏,由一个出题者随机出一个数字,由猜题者猜,若所猜数字大于所出数字,则出题者回答『大了』;若小于,则回答『小了』;直到猜题者猜中。现在请编写程序模拟出题者,随机数字在0~1000之间。当使用者猜中时,同时打印出猜测次数。
猜数字是一个古老的游戏,由一个出题者随机出一个数字,由猜题者猜,若所猜数字大于所出数字,则出题者回答『大了』;若小于,则回答『小了』;直到猜题者猜中。现在请编写程序模拟出题者,随机数字在0~1000之间。当使用者猜中时,同时打印出猜测次数。

[[爬虫] 3/21 获取IP](./03-21/crawler)

访问网站:ip.sxisa.com 可以得到本机的外网IP。现在,请编写程序,打印出本机的外网IP。
访问网站:ip.sxisa.com 可以得到本机的外网IP。现在,请编写程序,打印出本机的外网IP。

[[前端] 3/21 网站设计](./03-21/frontend)

Expand Down

0 comments on commit d85d14f

Please sign in to comment.