Domande taggate «trailing-slash»


11
Restituisce la stringa senza barra
Ho due variabili: site1 = "www.somesite.com"; site2 = "www.somesite.com/"; Voglio fare qualcosa del genere function someFunction(site) { // If the var has a trailing slash (like site2), // remove it and return the site without the trailing slash return no_trailing_slash_url; } Come faccio a fare questo?
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.