How to strip out a url variable

前端 未结 5 1987

I have a url.LoginID, and I\'d like to remove it from the address bar when the user clicks on the link to login. It has to be a bookmark, it can\'t be a form submit.

<
5条回答
  •  庸人自扰
    2020-12-10 20:23

    Insert famous Zawinski two problem regex quote and solve differently:

    
    
    
    
        
    
    #arrayToList(entries, "&")#
    

提交回复
热议问题