从任何URL字符串中提取路径和查询字符串
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从任何URL字符串中提取路径和查询字符串相关的知识,希望对你有一定的参考价值。
You can use JUri object to extract the path or query string from a any url
//current page $uri = JUri::getInstance(); //another link //Will extract ?param=val //Will extract /somedomain.com/subdir/page.html
以上是关于从任何URL字符串中提取路径和查询字符串的主要内容,如果未能解决你的问题,请参考以下文章
ActionScript 3 从加载文件URL中提取查询字符串变量