mpvue獲取當前頁面位址的引數

2021-08-29 09:38:40 字數 553 閱讀 4315

var pages = getcurrentpages() //獲取載入的頁面

var currentpage = pages[pages.length-1] //獲取當前頁面的物件

var url = currentpage.route //當前頁面url

var options = currentpage.options //如果要獲取url中所帶的引數可以檢視options

console.log(options)

可以寫成工具函式放到utils中:

/*獲取當前頁url*/

function getcurrentpageurl()

/*獲取當前頁帶引數的url*/

function getcurrentpageurlwithargs()

urlwithargs = urlwithargs.substring(0, urlwithargs.length-1)

return urlwithargs}

module.exports =

059 獲取當前頁面位址

1.window.location物件可用於獲取當前頁面位址 url 並把瀏覽器重定向到新頁面。2.window.location.href屬性返回當前頁面的url。3.window.location.hostname屬性返回 當前頁面的 網際網路主機的名稱。4.window.location.pa...

Magento獲取當前頁面URL位址

magento獲取當前頁面url位址 在magento中,可以通過core url助手類中的getcurrenturl 方法獲取當前頁面的url位址 currenturl this helper core url getcurrenturl 在社會化分享中,當前頁面的url位址非常有用 helper...

jquery獲取當前頁面url及url引數的方法

2017 09 07 ihadmanyd.我的前端圖.修改分享 jquery獲取url的函式的資料 1 設定或獲取物件指定的檔名或路徑。window.location.pathname 例 http localhost 8086 topic index?topicid 361 alert windo...