0
Ich erstelle App mit angularjs. Ich brauche bestimmte Zeichenfolge von URL, hier ist meine url:Holen Sie sich bestimmte Zeichenfolge von der URL in eckigen
https://localhost:8443/#/admin/dashboard
Ich brauche nur Admin von url
console.log($location.path())// this will gives me `/admin/dashboard`
'console.log ($ location.path(). Split ('/') [1])' –