当前位置:网站首页>phpcms 提示信息頁面跳轉showmessage
phpcms 提示信息頁面跳轉showmessage
2022-07-03 11:26:00 【賴忠標】
/**
* 提示信息頁面跳轉,跳轉地址如果傳入數組,頁面會提示多個地址供用戶選擇,默認跳轉地址為數組的第一個值,時間為5秒。
* showmessage('登錄成功', array('默認跳轉地址'=>'http://www.phpcms.cn'));
* @param string $msg 提示信息
* @param mixed(string/array) $url_forward 跳轉地址
* @param int $ms 跳轉等待時間
*/
function showmessage($msg, $url_forward = 'goback', $ms = 1250, $dialog = '', $returnjs = '') {}
边栏推荐
- 项目管理精华读书笔记(六)
- 2. Hal hardware abstraction layer
- VPP three-layer network interconnection configuration
- Leetcode 46: full arrangement
- 如何:配置 ClickOnce 信任提示行为
- MATLAB extrait les données numériques d'un fichier txt irrégulier (simple et pratique)
- Application of high-precision indoor positioning technology in safety management of smart factory
- Tablespace creation management and control file management
- Unique in the industry! Fada electronic contract is on the list of 36 krypton hard core technology enterprises
- 如何成为一名高级数字 IC 设计工程师(1-2)Verilog 编码语法篇:Verilog 1995、2001、2005 标准
猜你喜欢
Résumé des questions d'entrevue (2) Modèle io, ensemble, principe NiO, pénétration du cache, avalanche de rupture
Incremental database backup - DB incr DB full
Encapsulation attempt of network request framework of retro + kotlin + MVVM
用了这么久线程池,你真的知道如何合理配置线程数吗?
Analysis of EPS electric steering system
Processes and threads
LeetCode 46:全排列
[OBS] configFile in ini format of OBS
Multi dimensional monitoring: the data base of intelligent monitoring
How to clean up v$rman_ backup_ job_ Details view reports error ora-02030
随机推荐
PHP server interacts with redis with a large number of close_ Wait analysis
Analysis of JMM memory model
Double linked list of linear list
[OBS] configFile in ini format of OBS
Hal -- writing hardware drivers
帝国cms 无缩略图 灵动标签(e:loop)判断有无标题图片(titlepic)的两种写法
How to: configure ClickOnce trust prompt behavior
浅析-JMM内存模型
Oracle withdraw permission & create role
Leetcode 46: full arrangement
Google Earth engine (GEE) - ghsl global population grid dataset 250 meter resolution
行业唯一!法大大电子合同上榜36氪硬核科技企业
Balance between picture performance of unity mobile game performance optimization spectrum and GPU pressure
高精度室内定位技术,在智慧工厂安全管理的应用
LeetCode 46:全排列
A simple method of adding dividing lines in recyclerview
redis那些事儿
How to make others fear you
JGG专刊征稿:时空组学
封装一个koa分布式锁中间件来解决幂等或重复请求的问题