using system;using system.collections.generic;
using system.text;
using system.web;
namespace pub.mo
//////獲取session
//////
///public
static
string session(string _session_name)
//////得到request.querystring
//////
///public
static
string querystring(string _str)
//////得到request.form
//////
///public
static
string form(string _str)
//////得到request.cookies
//////
///public
static
string cookies(string _str)
//////獲得當前頁面的名稱
//////
當前頁面的名稱
public
static
string page_name()
//////返回表單或url引數的總個數
//////
public
static
int param_count()
//////得到 request 的全部
//////
///public
static
string all(string _str)
#region 獲取id
//////
常用 獲取id 預設獲取url id引數 不是數值時返回值為0
//////
public
static
int get_id()
//////常用 獲取id 不是數值時返回值為0
//////
///public
static
int get_id(string _str)
//////常用 獲取id
//////
///不是數值時返回值
///public
static
int get_id(string _str, int _return)
#endregion
} }
獲取位址,C 後台根據頁面位址獲取內容
string str1 process.getcurrentprocess mainmodule.filename 可獲得當前執行的exe的檔名。string str2 environment.currentdirectory 獲取和設定當前目錄 即該程序從中啟動的目錄 的完全限定路徑。備註 按照定...
父頁面獲取子頁面資料
注意 parent 是 js 自帶的全域性物件,可用於操作父頁面 var index parent.layer.getframeindex window.name 獲取視窗索引 讓層自適應iframe add on click function 在父層彈出乙個層 new on click funct...
v chart從後台獲取資料
背景 vue 使用v charts製作圖表,從後台獲取資料,並在 el tab pane 中顯示顯示 html ve pie data chardata ve pie script data chardata methods 從後台獲取資料,沒什麼說的 遇到的問題 因為是el tab pane的型別...