- new_post_url
产生的路径是绝对路径,http://xxx/posts/new。
- new_post_path
产生的路径是相对路径,相对于根目录的路径,/posts/new。
本文介绍了两种生成URL路径的方法:new_post_url产生的是包含站点完整地址的绝对路径,例如'http://xxx/posts/new';而new_post_path则生成的是相对路径,如'/posts/new',该路径是相对于网站根目录而言的。
产生的路径是绝对路径,http://xxx/posts/new。
产生的路径是相对路径,相对于根目录的路径,/posts/new。
688

被折叠的 条评论
为什么被折叠?