在mvc的controller中 return “updataPerson” 不是返回視圖嗎
請(qǐng)問大家, 在mvc的controller中 ? return “updataPerson” 不是返回視圖嗎 為什么視頻中說返回到 /updataPerson 這個(gè)url處理方法呢 ?????
請(qǐng)問大家, 在mvc的controller中 ? return “updataPerson” 不是返回視圖嗎 為什么視頻中說返回到 /updataPerson 這個(gè)url處理方法呢 ?????
舉報(bào)
2018-04-11
那是一個(gè)請(qǐng)求,返回這個(gè)請(qǐng)求時(shí)會(huì)被攔截器重新分配到處理該請(qǐng)求的處理方法。