如何獲取當前頁的action名字?

2021-08-29 20:08:50 字數 343 閱讀 2864

比如說我訪問 http://localhost:3000/controller/action

那麼如何讓rhtml知道當前action到名字呀?

在controller中用self.action_name得到action name,self.class.controller_path得到controller name。

偶需要判斷當前的controller是否為某值是來顯示動作按鈕該怎麼做呢?

@controller.controller_name

判斷當前action:@controller.action_name

把@request inspect一下,裡面有很多你想要的內容的

獲取GridPanel中當前頁在分頁中的位置

description 獲取gridpanel中當前頁在分頁中的位置 name getstartindex parameters grid gridpanel物件 pagesize gridpanel一頁展現的記錄條數 return gridpanel中當前頁在分頁中的位置 nubmer,準確的說,...

vue 實現當前頁的重新整理

在做專案時,想要登入成功後直接重新整理當前頁面,於是找了幾個方法,在這裡記錄一下,以免忘記。this.router.go 0 在重新整理時,頁面會有一瞬間的白屏,使用者體驗極差。location.reload 這個也是一樣最終採用了 vue 裡的 provide inject 方法,先介紹一下這個方...

ASP如何取得當前頁URL方法

獲取當前url引數的函式a private function geturl dim scriptaddress,m itemurl,m item scriptaddress cstr request.servervariables script name 取得當前位址 m itemurl if re...