第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

錨標(biāo)記內(nèi)的 django-URL 變得相對(duì)于當(dāng)前頁(yè)面 django

錨標(biāo)記內(nèi)的 django-URL 變得相對(duì)于當(dāng)前頁(yè)面 django

夢(mèng)里花落0921 2023-10-10 16:20:24
urls.py    path('add_a_product_to_store/<store_id>',views.add_a_product_to_store,name='add_a_product_to_store'),    path('show_a_store/<store_id>', views.show_a_store,name='show_a_store')show_a_store.html<a href="add_a_product_to_store/5">Add a product</a>當(dāng)用戶輸入ip:port/show_a_store/5. 。。。show_a_store.html顯示。但錨標(biāo)記內(nèi)的鏈接指向http://127.0.0.1:8000/show_a_store/add_a_product_to_store/5而不是http://127.0.0.1:8000/add_a_product_to_store/5如何讓它指向?qū)嶋H的 url 而不管當(dāng)前頁(yè)面?
查看完整描述

3 回答

?
嗶嗶one

TA貢獻(xiàn)1854條經(jīng)驗(yàn) 獲得超8個(gè)贊

添加斜杠,如下所示


path('add_a_product_to_store/<store_id>/',views.add_a_product_to_store,name='add_a_product_to_store'),

path('show_a_store/<store_id>/', views.show_a_store,name='show_a_store')

和模板


<a href="{% url 'add_a_product_to_store' store_id=object.id %}">Add a product</a>


查看完整回答
反對(duì) 回復(fù) 2023-10-10
?
萬(wàn)千封印

TA貢獻(xiàn)1891條經(jīng)驗(yàn) 獲得超3個(gè)贊

您需要使用url模板標(biāo)簽

<a?href="{%?'add_a_product_to_store'?store_id=5?%}">Add?a?product</a>


查看完整回答
反對(duì) 回復(fù) 2023-10-10
?
不負(fù)相思意

TA貢獻(xiàn)1777條經(jīng)驗(yàn) 獲得超10個(gè)贊

我在html中犯了一個(gè)錯(cuò)誤。使用錨標(biāo)記時(shí),<a href="foo/">表示 **ip:port/url-of-current-page/foo/... 但 <a href="/foo/">
表示如果url 開(kāi)頭ip:port/foo/ 沒(méi)有,則將其視為相對(duì) url,并將當(dāng)前頁(yè)面的 url 附加到該 url 中。forward slash (/)

查看完整回答
反對(duì) 回復(fù) 2023-10-10
  • 3 回答
  • 0 關(guān)注
  • 152 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)