我在netbeans里运行程序用HttpURLConnection连接歌词迷的API搜索歌词,有返回结果,但打包成jar后程序搜索不到结果
搜索地址:http://geci.me/api/lyric/爱情转移
netbeans里运行程序有返回结果:
{"count": 9, "code": 0, "result": [{"aid": 2949734, "lrc": "http://s.geci.me/lrc/358/35813/3581393.lrc", "artist": "\u9648\u5955\u8fc5", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3581393}, {"aid": 2973386, "lrc": "http://s.geci.me/lrc/361/36121/3612110.lrc", "artist": "\u96f7\u5a77", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3612110}, {"aid": 2995877, "lrc": "http://s.geci.me/lrc/364/36412/3641241.lrc", "artist": "\u738b\u96c5\u6d01", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3641241}, {"aid": 3029285, "lrc": "http://s.geci.me/lrc/368/36867/3686783.lrc", "artist": "\u674e\u654f", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3686783}, {"aid": 3097118, "lrc": "http://s.geci.me/lrc/377/37783/3778359.lrc", "artist": "\u7f57\u7433", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3778359}, {"aid": 3097865, "lrc": "http://s.geci.me/lrc/377/37792/3779281.lrc", "artist": "\u5f6d\u6e05", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3779281}, {"aid": 3098306, "lrc": "http://s.geci.me/lrc/377/37798/3779831.lrc", "artist": "\u9648\u5955\u8fc5", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3779831}, {"aid": 3167237, "lrc": "http://s.geci.me/lrc/386/38677/3867700.lrc", "artist": "\u7fa4\u661f", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 3867700}, {"aid": 3272609, "lrc": "http://s.geci.me/lrc/400/40086/4008668.lrc", "artist": "\u738b\u96c5\u6d01", "song": "\u7231\u60c5\u8f6c\u79fb", "sid": 4008668}]}
jar运行结果
{"count": 0, "code": 0, "result": []}
请问为什么???