From 776e762ffc31584f7ea3623c4a43445301927ff8 Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Tue, 11 Feb 2025 20:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/test.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index 70612b7..246c144 100644 --- a/tools/test.py +++ b/tools/test.py @@ -1 +1,6 @@ -print("_wenren".split("_")) \ No newline at end of file +import requests + +a = requests.get("http://git.nanfengling.cn/NFL_jiancx/NFLmusic/raw/branch/master/version_info/announcement").text +print("==============================================================") +b = requests.get("https://gitee.com/nfl-tangh/nflmusic/raw/master/announcement").text +print(a == b) \ No newline at end of file