从链接中读取文件名

时间:2019-03-20 05:50:28

标签: angular angular7

我想使用Angular 7中的Web服务从服务器端的链接中读取文件名。

来自服务器的链接示例如下。

http://myserver.com/myfolder/servlet/AuthGW/yt.content.ContentHttp/view/myfilename.png?u8&HttpOperationItem=yt.content.ApplicationData%3A342376&picid=myfilename.png&ContentHolder=yt.forum.samplemsg%3A70&forceDownload=true

我能够读取文件的扩展名,但是文件名紧跟picid之后,并且我想读取完整的文件名。我尝试了所有事情,但无法读取全名。

在链接中我们可以看到文件名为picid=myfilename.png。并且在链接中以view/的形式在?之后和view/myfilename.png?运算符之前。 所以我想在?运算符之前读取picid的值或全名,然后将其保存到TypeScript中的变量中。

有人可以帮助我吗?预先感谢。

0 个答案:

没有答案