Questions tagged «trailing-slash»

8
什么时候应该在网址中使用斜杠?
URL中何时应使用斜杠?例如-我的网址应为/about-us/还是类似/about-us? 我完全意识到与SEO相关的问题-重复的内容和规范的事情;我正在尝试确定在投放页面的上下文中应该使用哪一个单独正确。 例如,我的同事认为末尾的斜线表示它是“文件夹”-“目录”,因此这不是正确的样式。但是我认为最后没有斜杠-也不太正确,因为它看起来几乎像一个文件夹,但它也不是普通文件,而是没有扩展名的文件名。 有知道使用哪个的正确方法吗?

11
返回字符串,不带斜杠
我有两个变量: site1 = "www.somesite.com"; site2 = "www.somesite.com/"; 我想做这样的事情 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; } 我该怎么做呢?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.